Skip to content
Liu Xiao edited this page Oct 23, 2015 · 9 revisions
  1. Why are there some applications with icons, but others not?

Application with icon displaying means the processes are already started.

  1. Where can you find the test result report?

Click the stop button,and get the position in an alert

  1. Root Toast will continously show when monitoring Heap in some phones, because Heap collecting needs root permission and the toast response to 'su' command, we are trying to resolve this situation.

  2. From Jelly Bean, Emmagee can not get launched time, because READ_LOGS permission is not granted to 3rd party applications from Jelly Bean, see documents below:

Discussion in google code: https://groups.google.com/forum/#!msg/android-developers/6U4A5irWang/dEsqi0dyPkkJ

Android API Document: http://developer.android.com/reference/android/Manifest.permission.html#READ_LOGS

Allows an application to read the low-level system log files. Not for use by third-party applications, because Log entries can contain the user's private information.

  1. When run Emmagee above Android 5.0.1, you will get wrong value of TopActivity, see here to get infomation: #49