jakev / dtfmods-core

Core content for Android device testing
Apache License 2.0
6 stars 2 forks source link

Add "save missing permissions" report to sysappdb #26

Closed jakev closed 9 years ago

jakev commented 9 years ago

When runnning sysappdb's process sub-command, you can product a list of components that have permissions specified, but do no actually exist by doing the following hack:

$ dtf sysappdb process |grep "how can this be possible" > missing_perms.txt

This isn't elegant at all. I'd like a '--save-missing' argument to write content to the reports/ directory.

jakev commented 9 years ago

Added: https://github.com/jakev/dtfmods-core/commit/c4d6f57c0604de44185f46bbcfa55e4a3eac0f17