File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
msal/src/test/java/com/microsoft/identity/client/e2e/tests Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2828import androidx .test .core .app .ApplicationProvider ;
2929
3030import com .microsoft .identity .client .IPublicClientApplication ;
31+ import com .microsoft .identity .client .Logger ;
3132import com .microsoft .identity .client .PublicClientApplication ;
3233import com .microsoft .identity .client .exception .MsalException ;
3334import com .microsoft .identity .common .internal .controllers .CommandDispatcherHelper ;
@@ -53,6 +54,9 @@ public void setup() {
5354 mContext = ApplicationProvider .getApplicationContext ();
5455 mActivity = TestUtils .getMockActivity (mContext );
5556 setupPCA ();
57+ Logger .getInstance ().setEnableLogcatLog (true );
58+ Logger .getInstance ().setEnablePII (true );
59+ Logger .getInstance ().setLogLevel (Logger .LogLevel .VERBOSE );
5660 CommandDispatcherHelper .clear ();
5761 }
5862
You can’t perform that action at this time.
0 commit comments