tags:

views:

13

answers:

0

Hi all,

I'm trying to get some resource usage (processor, etc) for an application I am developing, and the best way seems to be putting the 'Dev Tools' program on my phone. I've tried as outlined on the Android Developer site , but every time I try to run it, the program crashes.

The error seems to come from an invalid permission. From the debug log:

WARN/ServiceManager(1103): Permission failure: android.permission.HARDWARE_TEST from uid=10064 pid=6697

Which then throws a security exception. I've tried searching around, but the solutions I have tried do not seem to fix the issue. Anyone have any ideas, or have tried (and succeeded) the same on a Motorola Droid?