Skip to content

1.2.1

Compare
Choose a tag to compare
@marwie marwie released this 03 Feb 16:09

[1.2.1] - 2021-01-21

Fix & Improvements.

  • Removed limitation where Android Logcat could only be used while the active Editor platform is Android. Note: Android Support is still required to be installed for Android Logcat to work.
  • Fix Memory Window on Android 11. Android 11 started dumping RSS memory, which was previously unexpected by Memory Window.
  • Include RSS memory in Memory window.
  • Moved ProjectSettings\AndroidLogcatSettings.asset to UserSettings\AndroidLogcatSettings.asset, since this file wasn't meant to be commited.
  • Fix various issues where logcat would incorrectly perform search on the phone below Android 7.0
  • Display the information in status bar by which data the messages are filtered, this should help with situtions where no messages are displayed logcat, only because a very specific tag or search filter is set.
  • Correctly get process name on Android 5.0 devices, previously processes with names like /system/bin/netd, would be resolved incorrectly.
  • You can now specify symbol path without CPU archtecture, if crash line will contain information about ABI, stacktrace utility will append the required CPU architecture.

Changes

  • Memory window will be disabled by default, since it causes Explicit concurrent copying GC freed messages to be printed in the logcat which might unwanted behavior.
  • Remove automatic stacktrace resolving when receiving logcat messages, since in some cases it's impossible to automatically determine the correct symbol path, this creates a misleading behavior, where displayed stacktraces are incorrect. Please use Stacktrace Utility instead.