Merge "Include Global table in bugreports." into jb-mr1-dev

This commit is contained in:
Jeff Sharkey 2012-10-01 13:08:21 -07:00 committed by Android (Google) Code Review
commit 0c2a25c11c
1 changed files with 1 additions and 1 deletions

View File

@ -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);