diff options
author | Jeff Sharkey <jsharkey@android.com> | 2012-10-01 13:08:21 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-01 13:08:22 -0700 |
commit | 0c2a25c11c6688dbc682eabecbdfbc1587ada684 (patch) | |
tree | 749c328fada24e376576adef889e37f4d6dd8d14 | |
parent | d30b36d1fd0c7ab80553e784a155266be9703e47 (diff) | |
parent | 719b8aa1c5c2c2e5675f92442f3da8509b297775 (diff) | |
download | frameworks_native-0c2a25c11c6688dbc682eabecbdfbc1587ada684.zip frameworks_native-0c2a25c11c6688dbc682eabecbdfbc1587ada684.tar.gz frameworks_native-0c2a25c11c6688dbc682eabecbdfbc1587ada684.tar.bz2 |
Merge "Include Global table in bugreports." into jb-mr1-dev
-rw-r--r-- | cmds/dumpstate/dumpstate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c index 56ba3c8..ef5c2e9 100644 --- a/cmds/dumpstate/dumpstate.c +++ b/cmds/dumpstate/dumpstate.c @@ -166,7 +166,7 @@ static void dumpstate() { run_command("SYSTEM SETTINGS", 20, SU_PATH, "root", "sqlite3", "/data/data/com.android.providers.settings/databases/settings.db", - "pragma user_version; select * from system; select * from secure;", NULL); + "pragma user_version; select * from system; select * from secure; select * from global;", NULL); /* The following have a tendency to get wedged when wifi drivers/fw goes belly-up. */ run_command("NETWORK INTERFACES", 10, SU_PATH, "root", "netcfg", NULL); |