Skip to content

Commit 0f3570c

Browse files
Jake HambyAndroid (Google) Code Review
authored andcommitted
Merge "Re-enable vril-dump for adb bugreport." into ics-mr1
2 parents 2b9af44 + 9c27e36 commit 0f3570c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmds/dumpstate/dumpstate.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ static void dumpstate() {
145145
"su", "root", "wlutil", "counters", NULL);
146146
#endif
147147

148-
#ifdef BROKEN_VRIL_IS_FIXED_B_4442803
149-
char ril_dumpstate_timeout[PROPERTY_VALUE_MAX] = {0};
148+
char ril_dumpstate_timeout[PROPERTY_VALUE_MAX] = {0};
150149
property_get("ril.dumpstate.timeout", ril_dumpstate_timeout, "30");
151150
if (strnlen(ril_dumpstate_timeout, PROPERTY_VALUE_MAX - 1) > 0) {
152151
if (0 == strncmp(build_type, "user", PROPERTY_VALUE_MAX - 1)) {
@@ -160,7 +159,6 @@ static void dumpstate() {
160159
"su", "root", "vril-dump", NULL);
161160
}
162161
}
163-
#endif
164162

165163
print_properties();
166164

0 commit comments

Comments
 (0)