Loading sdcard/sdcard.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -420,7 +420,7 @@ static bool should_use_sdcardfs(void) { } // Fall back to device opinion about state if (property_get_bool(PROP_SDCARDFS_DEVICE, false)) { if (property_get_bool(PROP_SDCARDFS_DEVICE, true)) { LOG(WARNING) << "Device explicitly enabled sdcardfs"; return supports_sdcardfs(); } else { Loading Loading
sdcard/sdcard.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -420,7 +420,7 @@ static bool should_use_sdcardfs(void) { } // Fall back to device opinion about state if (property_get_bool(PROP_SDCARDFS_DEVICE, false)) { if (property_get_bool(PROP_SDCARDFS_DEVICE, true)) { LOG(WARNING) << "Device explicitly enabled sdcardfs"; return supports_sdcardfs(); } else { Loading