Skip to content

Commit

Permalink
Restore default pref
Browse files Browse the repository at this point in the history
  • Loading branch information
bgirard committed Apr 15, 2012
1 parent 281beec commit 7e98d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function is_json_profile_format() {
function sps_startup(force) {
default_init_pref("profiler.", "stackwalk", true);
default_init_pref("profiler.", "jank", false);
default_init_pref("profiler.", "adb", true);
default_init_pref("profiler.", "adb", false);

if (get_pref_bool("profiler.", "enabled") || force == true) {
var features = profilerFeatures;
Expand Down

0 comments on commit 7e98d2a

Please sign in to comment.