summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-10-01 12:52:42 -0700
committerJeff Sharkey <jsharkey@android.com>2012-10-01 12:52:42 -0700
commit719b8aa1c5c2c2e5675f92442f3da8509b297775 (patch)
treec12df706fb9f32ee6eff50919eec283e19074aca
parentbae92d0d605e99a14731add4f11b72413b2835e5 (diff)
downloadframeworks_native-719b8aa1c5c2c2e5675f92442f3da8509b297775.zip
frameworks_native-719b8aa1c5c2c2e5675f92442f3da8509b297775.tar.gz
frameworks_native-719b8aa1c5c2c2e5675f92442f3da8509b297775.tar.bz2
Include Global table in bugreports.
Bug: 7257648 Change-Id: I84c7230fd115cf9d7269bc5367026b52cbcc86ac
-rw-r--r--cmds/dumpstate/dumpstate.c2
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);