Jamal
Jamal

Reputation: 976

Logs not shown in android device

I am a beginner in Android Development. When I run my app in emulator ,i can see logs of my app in Logcat. But when I run the same app in android device, No logs filed in Catlog app. Can anyone tell me what i have missed here?

Upvotes: 0

Views: 107

Answers (1)

FD_
FD_

Reputation: 12919

For security reasons, apps can only read their own logs starting from 4.1 on an unrooted device:

https://code.google.com/p/android/issues/detail?id=34792

Upvotes: 1

Related Questions