Skip to content

Commit

Permalink
Synchronize codes for Oneplus 7 Pro Oxygen OS 9.5.4.GM21AA
Browse files Browse the repository at this point in the history
change default dump mode to minidump

Change-Id: I39673c47427fcc114b660f3f7f0be6e133baf662
  • Loading branch information
hugh.hu authored and hecaiqiang committed May 25, 2019
1 parent a3a63cf commit dca8edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/reset/msm-poweroff.c
Expand Up @@ -75,7 +75,7 @@ static struct kobject dload_kobj;
#endif

static int in_panic;
static int dload_type = SCM_DLOAD_FULLDUMP;
static int dload_type = SCM_DLOAD_MINIDUMP;
static void *dload_mode_addr;
static bool dload_mode_enabled;
static void *emergency_dload_mode_addr;
Expand Down

0 comments on commit dca8edd

Please sign in to comment.