Skip to content
Liu Xiao edited this page Jul 9, 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. READ_LOGS permission is not granted to 3rd party applications from Jelly Bean.

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.

Clone this wiki locally