Add logging to private space settings
Bug: 317625931 Test: Manual Change-Id: I01200b54c436d2a60ac07c9facbb5cf35a44d920
This commit is contained in:
@@ -22,6 +22,7 @@ import android.content.Intent;
|
||||
import android.content.pm.PackageManager;
|
||||
import android.content.pm.ResolveInfo;
|
||||
import android.os.Bundle;
|
||||
import android.util.Log;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
@@ -100,6 +101,7 @@ public class SetupSuccessFragment extends InstrumentedFragment {
|
||||
}
|
||||
accessPrivateSpaceToast();
|
||||
startActivity(allAppsIntent);
|
||||
Log.i(TAG, "Private space setup complete");
|
||||
activity.finish();
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user