You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Liu Xiao edited this page Oct 23, 2015
·
9 revisions
Why are there some applications with icons, but others not?
Application with icon displaying means the processes are already started.
Where can you find the test result report?
Click the stop button,and get the position in an alert
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.
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:
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.
When run Emmagee above Android 5.0.1, you will get wrong value of TopActivity, see here to get infomation: #49