SetupWizard: remove crash-inducing debug line
Introduced in Ia1a81c4443cfd5bc3c3e5fd84758ff0ba2a2a140, this causes an NPE in some situations. Change-Id: I13239eb92b69087fe2c91b46482ff76748ab1c19 Ticket: CYNGNOS-707
This commit is contained in:
parent
649a5ec162
commit
4ea986255f
@ -214,7 +214,6 @@ public class GmsAccountPage extends SetupPage {
|
|||||||
public boolean canSkip() {
|
public boolean canSkip() {
|
||||||
final PersistentDataBlockManager pdbManager = (PersistentDataBlockManager)
|
final PersistentDataBlockManager pdbManager = (PersistentDataBlockManager)
|
||||||
mContext.getSystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE);
|
mContext.getSystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE);
|
||||||
Log.d(TAG,"GMS skip: OEM unlock is enabled: " + pdbManager.getOemUnlockEnabled() + " and amount of PST blocks is " + pdbManager.getDataBlockSize());
|
|
||||||
return pdbManager == null
|
return pdbManager == null
|
||||||
|| pdbManager.getDataBlockSize() == 0
|
|| pdbManager.getDataBlockSize() == 0
|
||||||
|| pdbManager.getOemUnlockEnabled();
|
|| pdbManager.getOemUnlockEnabled();
|
||||||
|
Loading…
Reference in New Issue
Block a user