AzureAD / azure-activedirectory-library-for-android

The ADAL SDK for Android gives you the ability to add support for Work Accounts to your application with just a few lines of additional code. This SDK gives your application the full functionality of Microsoft Azure AD, including industry standard protocol support for OAuth2, Web API integration with user level consent, and two factor authentication support.
http://www.windowsazure.com/en-us/services/active-directory/
MIT License
177 stars 108 forks source link

onClickAcquireTokenSilent returns new token while my old token isn't expired yet. #705

Closed sunny01gupta closed 7 years ago

sunny01gupta commented 8 years ago

I am using azure-activedirectory-library-for-android (Convergence branch) for ADAL B2C implementation. I have used sample hello project for demo and got token from ADAL. Get Token method is working fine and return token well. But Get Token Silent method return new token every time while my old token isn't expired yet. i am sharing both log below and have marked token and expire time in bold.

  1. Get Token Log:

08-29 12:45:53.455 12225-12225/com.microsoft.aad.adal.hello V/Main: token button is clicked 08-29 12:45:53.485 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Sending async task from thread:12225 ver:2.0.3-alpha 08-29 12:45:53.489 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Running task in thread:12670 ver:2.0.3-alpha 08-29 12:45:53.491 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Token request started ver:2.0.3-alpha 08-29 12:45:53.493 12225-12670/com.microsoft.aad.adal.hello V/DefaultTokenCacheStore: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Looking for id token... ver:2.0.3-alpha 08-29 12:45:53.496 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Checking refresh tokens ver:2.0.3-alpha 08-29 12:45:53.498 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Looking for regular refresh token. Key:Authority:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com scope:953584ba-f0da-4cd7-aa95-2274b673061f clientid:953584ba-f0da-4cd7-aa95-2274b673061f uniqueid: mrrt:true p:B2C_1_PeopleSignIn ver:2.0.3-alpha 08-29 12:45:53.500 12225-12670/com.microsoft.aad.adal.hello V/DefaultTokenCacheStore: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Looking for id token... ver:2.0.3-alpha 08-29 12:45:53.505 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Looking for Multi Resource Refresh token ver:2.0.3-alpha 08-29 12:45:53.507 12225-12670/com.microsoft.aad.adal.hello V/DefaultTokenCacheStore: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Looking for id token... ver:2.0.3-alpha 08-29 12:45:53.509 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Refresh token is not available ver:2.0.3-alpha 08-29 12:45:53.514 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Starting Authentication Activity with callback:156632110 ver:2.0.3-alpha 08-29 12:45:53.518 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Put waiting request: 156632110 CorrelationId: 849d8171-3c4f-491f-90e9-54ca9726ff1f ver:2.0.3-alpha 08-29 12:45:53.534 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0 08-29 12:45:53.534 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1 08-29 12:45:53.534 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3

                                                                   --------- beginning of system

08-29 12:45:53.622 12225-12225/com.microsoft.aad.adal.hello V/WebViewChromiumFactoryProvider: Binding Chromium to main looper Looper (main, tid 1) {43546f0} 08-29 12:45:53.626 12225-12225/com.microsoft.aad.adal.hello I/cr_LibraryLoader: Expected native library version number "48.0.2564.106", actual native library version number "48.0.2564.106" 08-29 12:45:53.626 12225-12225/com.microsoft.aad.adal.hello I/chromium: [INFO:library_loader_hooks.cc(130)] Chromium logging enabled: level = 0, default verbosity = 0 08-29 12:45:53.635 12225-12225/com.microsoft.aad.adal.hello I/cr_BrowserStartup: Initializing chromium process, singleProcess=true 08-29 12:45:53.771 12225-12691/com.microsoft.aad.adal.hello W/cr_media: Requires BLUETOOTH permission 08-29 12:45:53.784 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:27] Constructor 08-29 12:45:53.786 12225-12225/com.microsoft.aad.adal.hello W/art: Attempt to remove non-JNI local reference, dumping thread 08-29 12:45:53.795 12225-12225/com.microsoft.aad.adal.hello W/cr_AwContents: onDetachedFromWindow called when already detached. Ignoring 08-29 12:45:53.796 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:358] onViewFocusChanged: gainFocus [false] 08-29 12:45:53.796 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:326] hideKeyboard 08-29 12:45:53.797 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:56] isActive: false 08-29 12:45:53.801 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Packagename:com.microsoft.aad.adal.hello Broker packagename:com.microsoft.windowsintune.companyportal Calling packagename:com.microsoft.aad.adal.hello ver:2.0.3-alpha 08-29 12:45:53.810 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-OnCreate redirectUrl:urn:ietf:wg:oauth:2.0:oob ver:2.0.3-alpha 08-29 12:45:53.811 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-User agent:Mozilla/5.0 (Linux; Android 6.0.1; Micromax AQ4501 Build/MMB29V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.106 Mobile Safari/537.36 ver:2.0.3-alpha 08-29 12:45:53.815 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Init broadcastReceiver with requestId:156632110 Request authority:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com resource:953584ba-f0da-4cd7-aa95-2274b673061f clientid:953584ba-f0da-4cd7-aa95-2274b673061f ver:2.0.3-alpha 08-29 12:45:53.817 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-UserAgent:Mozilla/5.0 (Linux; Android 6.0.1; Micromax AQ4501 Build/MMB29V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.106 Mobile Safari/537.36 PKeyAuth/1.0 ver:2.0.3-alpha 08-29 12:45:53.819 12225-12225/com.microsoft.aad.adal.hello I/AuthenticationActivity: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-OnCreate startUrl:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com/oauth2/v2.0/authorize?response_type=code&client_id=953584ba-f0da-4cd7-aa95-2274b673061f&scope=profile+offline_access+openid&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&x-client-SKU=Android&x-client-Ver=2.0.3-alpha&x-client-OS=23&x-client-DM=Micromax+AQ4501&client-request-id=849d8171-3c4f-491f-90e9-54ca9726ff1f&nux=1&slice=testslice&msaproxy=true&p=B2C_1_PeopleSignIn calling package:null ver:2.0.3-alpha device:6.0.1 MicromaxMicromax AQ4501 08-29 12:45:53.822 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:358] onViewFocusChanged: gainFocus [true] 08-29 12:45:53.826 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:358] onViewFocusChanged: gainFocus [false] 08-29 12:45:53.826 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:326] hideKeyboard 08-29 12:45:53.827 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:56] isActive: false 08-29 12:45:53.829 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-onResume ver:2.0.3-alpha 08-29 12:45:53.888 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0 08-29 12:45:53.888 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1 08-29 12:45:53.888 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3 08-29 12:45:53.986 12225-12225/com.microsoft.aad.adal.hello W/cr_BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 12225 08-29 12:45:53.993 12225-12225/com.microsoft.aad.adal.hello V/BasicWebViewClient: 2016-08-29 07:15:53-6e6fb14d-12ea-476a-8874-781131146897-Page finished:about:blank ver:2.0.3-alpha 08-29 12:45:53.995 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:358] onViewFocusChanged: gainFocus [true] 08-29 12:45:54.007 12225-12703/com.microsoft.aad.adal.hello E/libEGL: validate_display:255 error 3008 (EGL_BAD_DISPLAY) 08-29 12:45:54.015 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:140] onCreateInputConnection returns null. 08-29 12:45:54.018 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:15:54-6e6fb14d-12ea-476a-8874-781131146897-displaySpinner:true showing:false ver:2.0.3-alpha 08-29 12:45:54.064 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0 08-29 12:45:54.064 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1 08-29 12:45:54.064 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3 08-29 12:45:56.714 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:15:56-6e6fb14d-12ea-476a-8874-781131146897-displaySpinner:true showing:true ver:2.0.3-alpha 08-29 12:45:56.717 12225-12225/com.microsoft.aad.adal.hello V/BasicWebViewClient: 2016-08-29 07:15:56-6e6fb14d-12ea-476a-8874-781131146897-Navigation is detected ver:2.0.3-alpha 08-29 12:45:56.720 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:15:56-6e6fb14d-12ea-476a-8874-781131146897-Packagename:com.microsoft.aad.adal.hello Broker packagename:com.microsoft.windowsintune.companyportal Calling packagename:com.microsoft.aad.adal.hello ver:2.0.3-alpha 08-29 12:45:57.028 12225-12225/com.microsoft.aad.adal.hello W/cr_BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 12225 08-29 12:46:01.218 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:553] focusedNodeChanged: isEditable [true] 08-29 12:46:01.234 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [0->4], flags [98], show [false], 08-29 12:46:01.235 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:39] restartInput 08-29 12:46:01.237 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:135] Constructor called with outAttrs: inputType=0xd1 imeOptions=0x12000002 privateImeOptions=null actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.microsoft.aad.adal.hello fieldId=2131230720 fieldName=null extras=null 08-29 12:46:01.237 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:158] onCreateInputConnection 08-29 12:46:01.239 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:501] onRestartInput 08-29 12:46:01.239 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [] [0 0] [-1 -1] [true] 08-29 12:46:01.241 12225-12225/com.microsoft.aad.adal.hello V/BasicWebViewClient: 2016-08-29 07:16:01-6e6fb14d-12ea-476a-8874-781131146897-Page finished:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com/oauth2/authorize?client_id=bb2a2e3a-c5e7-4f0a-88e0-8e01fd3fc1f4&redirect_uri=https:%2f%2flogin.microsoftonline.com%2fte%2farkaahealth.onmicrosoft.com%2foauth2%2fauthresp&response_type=id_token&scope=email+openid&response_mode=query&nonce=%2b3pL155wnwV2QGjb9OHkqQ%3d%3d&nux=1&nca=1&domain_hint=arkaahealth.onmicrosoft.com&mkt=en-IN&lc=16393&prompt=login&state=eyJTSUQiOiJ4LW1zLWNwaW0tcmM6MjUzNDVkZTgtZWY0My00NzhiLWJmODctYWFlYjEwZWJkMGMwIiwiVElEIjoiMThjNjU1MGEtN2IxNS00MDVlLWJmMDAtMGU1OGY5Y2ZkNGEwIn0 ver:2.0.3-alpha 08-29 12:46:01.242 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:16:01-6e6fb14d-12ea-476a-8874-781131146897-displaySpinner:false showing:true ver:2.0.3-alpha 08-29 12:46:10.326 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [true], 08-29 12:46:10.326 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:313] showSoftKeyboard 08-29 12:46:10.327 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:47] showSoftInput 08-29 12:46:10.335 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [] [0 0] [-1 -1] [true] 08-29 12:46:10.355 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[] SEL[0 0] COM[-1 -1]} 08-29 12:46:10.363 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[] SEL[0 0] COM[-1 -1]} 08-29 12:46:10.368 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[] SEL[0 0] COM[-1 -1]} 08-29 12:46:12.524 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:12.526 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [t] [1] 08-29 12:46:12.526 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[] SEL[0 0] COM[-1 -1]} 08-29 12:46:12.527 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:12.528 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:12.533 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[t] SEL[1 1] COM[-1 -1]} 08-29 12:46:12.535 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[t] SEL[1 1] COM[-1 -1]} 08-29 12:46:12.537 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:12.537 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [1 1] [-1 -1] 08-29 12:46:12.538 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [1, 1], COM [-1, -1] 08-29 12:46:12.575 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:12.576 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [t] [1 1] [-1 -1] [false] 08-29 12:46:13.238 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:13.239 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [e] [1] 08-29 12:46:13.240 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[t] SEL[1 1] COM[-1 -1]} 08-29 12:46:13.240 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:13.241 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:13.244 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[te] SEL[2 2] COM[-1 -1]} 08-29 12:46:13.246 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[te] SEL[2 2] COM[-1 -1]} 08-29 12:46:13.248 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:13.249 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [2 2] [-1 -1] 08-29 12:46:13.249 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [2, 2], COM [-1, -1] 08-29 12:46:13.254 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:13.254 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [te] [2 2] [-1 -1] [false] 08-29 12:46:13.736 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:13.737 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [s] [1] 08-29 12:46:13.737 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[te] SEL[2 2] COM[-1 -1]} 08-29 12:46:13.739 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:13.739 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:13.742 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[tes] SEL[3 3] COM[-1 -1]} 08-29 12:46:13.744 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[tes] SEL[3 3] COM[-1 -1]} 08-29 12:46:13.752 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:13.753 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [tes] [3 3] [-1 -1] [false] 08-29 12:46:13.753 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:13.754 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [3 3] [-1 -1] 08-29 12:46:13.755 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [3, 3], COM [-1, -1] 08-29 12:46:14.118 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:14.119 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [t] [1] 08-29 12:46:14.120 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[tes] SEL[3 3] COM[-1 -1]} 08-29 12:46:14.120 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:14.121 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:14.125 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test] SEL[4 4] COM[-1 -1]} 08-29 12:46:14.140 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test] SEL[4 4] COM[-1 -1]} 08-29 12:46:14.142 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:14.142 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test] [4 4] [-1 -1] [false] 08-29 12:46:14.149 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:14.149 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [4 4] [-1 -1] 08-29 12:46:14.150 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [4, 4], COM [-1, -1] 08-29 12:46:15.163 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:15.164 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [.] [1] 08-29 12:46:15.164 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test] SEL[4 4] COM[-1 -1]} 08-29 12:46:15.165 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:15.165 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:15.172 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:15.173 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [5 5] [-1 -1] 08-29 12:46:15.173 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [5, 5], COM [-1, -1] 08-29 12:46:15.181 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:15.181 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.] [5 5] [-1 -1] [false] 08-29 12:46:16.262 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:16.262 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:17.026 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:17.026 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [0] [7] [48] 08-29 12:46:17.042 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [1] [7] [48] 08-29 12:46:17.043 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:17.043 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [6 6] [-1 -1] 08-29 12:46:17.043 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [6, 6], COM [-1, -1] 08-29 12:46:17.130 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:17.130 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.0] [6 6] [-1 -1] [false] 08-29 12:46:17.962 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:17.964 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [0] [8] [49] 08-29 12:46:17.968 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [1] [8] [49] 08-29 12:46:17.971 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:17.971 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [7 7] [-1 -1] 08-29 12:46:17.971 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [7, 7], COM [-1, -1] 08-29 12:46:17.972 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:17.972 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01] [7 7] [-1 -1] [false] 08-29 12:46:18.214 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:18.214 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [0] [8] [49] 08-29 12:46:18.215 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [1] [8] [49] 08-29 12:46:18.216 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:18.217 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [8 8] [-1 -1] 08-29 12:46:18.217 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [8, 8], COM [-1, -1] 08-29 12:46:18.231 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:18.232 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.011] [8 8] [-1 -1] [false] 08-29 12:46:19.397 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:19.399 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:353] deleteSurroundingText [1 0 false] 08-29 12:46:19.400 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.011] SEL[8 8] COM[-1 -1]} 08-29 12:46:19.400 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:19.401 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:19.406 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01] SEL[7 7] COM[-1 -1]} 08-29 12:46:19.408 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01] SEL[7 7] COM[-1 -1]} 08-29 12:46:19.411 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01] SEL[7 7] COM[-1 -1]} 08-29 12:46:19.413 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01] SEL[7 7] COM[-1 -1]} 08-29 12:46:19.416 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01] SEL[7 7] COM[-1 -1]} 08-29 12:46:19.421 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01] SEL[7 7] COM[-1 -1]} 08-29 12:46:19.427 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:19.427 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [7 7] [-1 -1] 08-29 12:46:19.428 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [7, 7], COM [-1, -1] 08-29 12:46:19.431 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:19.432 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01] [7 7] [-1 -1] [false] 08-29 12:46:20.240 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:20.240 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:21.849 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:21.849 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [m] [1] 08-29 12:46:21.850 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01] SEL[7 7] COM[-1 -1]} 08-29 12:46:21.850 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:21.851 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:21.853 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01m] SEL[8 8] COM[-1 -1]} 08-29 12:46:21.855 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01m] SEL[8 8] COM[-1 -1]} 08-29 12:46:21.857 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:21.858 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [8 8] [-1 -1] 08-29 12:46:21.859 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [8, 8], COM [-1, -1] 08-29 12:46:21.863 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:21.864 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01m] [8 8] [-1 -1] [false] 08-29 12:46:23.012 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:23.013 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [u] [1] 08-29 12:46:23.013 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01m] SEL[8 8] COM[-1 -1]} 08-29 12:46:23.014 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:23.014 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:23.017 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01mu] SEL[9 9] COM[-1 -1]} 08-29 12:46:23.019 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01mu] SEL[9 9] COM[-1 -1]} 08-29 12:46:23.020 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:23.021 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01mu] [9 9] [-1 -1] [false] 08-29 12:46:23.022 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:23.022 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [9 9] [-1 -1] 08-29 12:46:23.022 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [9, 9], COM [-1, -1] 08-29 12:46:24.985 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:24.986 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [s] [1] 08-29 12:46:24.987 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01mu] SEL[9 9] COM[-1 -1]} 08-29 12:46:24.987 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:24.988 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:24.991 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01mus] SEL[10 10] COM[-1 -1]} 08-29 12:46:24.993 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01mus] SEL[10 10] COM[-1 -1]} 08-29 12:46:24.998 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:24.999 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [10 10] [-1 -1] 08-29 12:46:25.000 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [10, 10], COM [-1, -1] 08-29 12:46:25.004 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:25.004 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01mus] [10 10] [-1 -1] [false] 08-29 12:46:25.717 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:25.718 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [o] [1] 08-29 12:46:25.718 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01mus] SEL[10 10] COM[-1 -1]} 08-29 12:46:25.719 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:25.719 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:25.720 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01muso] SEL[11 11] COM[-1 -1]} 08-29 12:46:25.723 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01muso] SEL[11 11] COM[-1 -1]} 08-29 12:46:25.727 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:25.727 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [11 11] [-1 -1] 08-29 12:46:25.728 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [11, 11], COM [-1, -1] 08-29 12:46:25.737 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:25.738 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01muso] [11 11] [-1 -1] [false] 08-29 12:46:27.137 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:27.138 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [f] [1] 08-29 12:46:27.139 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01muso] SEL[11 11] COM[-1 -1]} 08-29 12:46:27.139 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:27.139 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:27.140 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musof] SEL[12 12] COM[-1 -1]} 08-29 12:46:27.142 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musof] SEL[12 12] COM[-1 -1]} 08-29 12:46:27.147 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:27.147 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [12 12] [-1 -1] 08-29 12:46:27.148 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [12, 12], COM [-1, -1] 08-29 12:46:27.152 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:27.152 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musof] [12 12] [-1 -1] [false] 08-29 12:46:27.408 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:27.408 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [t] [1] 08-29 12:46:27.409 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musof] SEL[12 12] COM[-1 -1]} 08-29 12:46:27.409 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:27.410 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:27.414 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft] SEL[13 13] COM[-1 -1]} 08-29 12:46:27.416 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft] SEL[13 13] COM[-1 -1]} 08-29 12:46:27.417 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:27.418 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [13 13] [-1 -1] 08-29 12:46:27.418 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [13, 13], COM [-1, -1] 08-29 12:46:27.424 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:27.424 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musoft] [13 13] [-1 -1] [false] 08-29 12:46:28.554 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:28.556 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [@] [1] 08-29 12:46:28.556 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft] SEL[13 13] COM[-1 -1]} 08-29 12:46:28.557 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:28.558 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:28.564 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:28.564 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [14 14] [-1 -1] 08-29 12:46:28.565 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [14, 14], COM [-1, -1] 08-29 12:46:28.575 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:28.575 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musoft@] [14 14] [-1 -1] [false] 08-29 12:46:29.504 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:29.505 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [g] [1] 08-29 12:46:29.506 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@] SEL[14 14] COM[-1 -1]} 08-29 12:46:29.506 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:29.507 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:29.508 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@g] SEL[15 15] COM[-1 -1]} 08-29 12:46:29.511 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@g] SEL[15 15] COM[-1 -1]} 08-29 12:46:29.515 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:29.516 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [15 15] [-1 -1] 08-29 12:46:29.516 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [15, 15], COM [-1, -1] 08-29 12:46:29.521 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:29.522 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musoft@g] [15 15] [-1 -1] [false] 08-29 12:46:30.177 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:30.179 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [m] [1] 08-29 12:46:30.179 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@g] SEL[15 15] COM[-1 -1]} 08-29 12:46:30.180 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:30.180 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:30.184 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gm] SEL[16 16] COM[-1 -1]} 08-29 12:46:30.186 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gm] SEL[16 16] COM[-1 -1]} 08-29 12:46:30.190 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:30.193 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [16 16] [-1 -1] 08-29 12:46:30.193 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [16, 16], COM [-1, -1] 08-29 12:46:30.194 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:30.195 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musoft@gm] [16 16] [-1 -1] [false] 08-29 12:46:30.761 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:30.762 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [a] [1] 08-29 12:46:30.763 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gm] SEL[16 16] COM[-1 -1]} 08-29 12:46:30.763 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:30.764 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:30.766 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gma] SEL[17 17] COM[-1 -1]} 08-29 12:46:30.769 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gma] SEL[17 17] COM[-1 -1]} 08-29 12:46:30.772 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:30.772 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [17 17] [-1 -1] 08-29 12:46:30.773 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [17, 17], COM [-1, -1] 08-29 12:46:30.779 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:30.780 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musoft@gma] [17 17] [-1 -1] [false] 08-29 12:46:31.375 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:31.376 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [i] [1] 08-29 12:46:31.377 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gma] SEL[17 17] COM[-1 -1]} 08-29 12:46:31.377 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:31.378 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:31.379 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmai] SEL[18 18] COM[-1 -1]} 08-29 12:46:31.382 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmai] SEL[18 18] COM[-1 -1]} 08-29 12:46:31.385 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:31.385 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [18 18] [-1 -1] 08-29 12:46:31.386 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [18, 18], COM [-1, -1] 08-29 12:46:31.388 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:31.388 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musoft@gmai] [18 18] [-1 -1] [false] 08-29 12:46:31.757 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:31.758 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [l] [1] 08-29 12:46:31.758 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmai] SEL[18 18] COM[-1 -1]} 08-29 12:46:31.758 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:31.759 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:31.759 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail] SEL[19 19] COM[-1 -1]} 08-29 12:46:31.761 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail] SEL[19 19] COM[-1 -1]} 08-29 12:46:31.762 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:31.763 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [19 19] [-1 -1] 08-29 12:46:31.763 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [19, 19], COM [-1, -1] 08-29 12:46:31.765 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:31.766 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musoft@gmail] [19 19] [-1 -1] [false] 08-29 12:46:32.866 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:32.868 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [.] [1] 08-29 12:46:32.868 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail] SEL[19 19] COM[-1 -1]} 08-29 12:46:32.869 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:32.869 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:32.882 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:32.882 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [20 20] [-1 -1] 08-29 12:46:32.883 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [20, 20], COM [-1, -1] 08-29 12:46:32.886 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:32.886 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musoft@gmail.] [20 20] [-1 -1] [false] 08-29 12:46:33.700 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:33.701 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [c] [1] 08-29 12:46:33.701 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.] SEL[20 20] COM[-1 -1]} 08-29 12:46:33.701 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:33.702 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:33.704 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.c] SEL[21 21] COM[-1 -1]} 08-29 12:46:33.708 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.c] SEL[21 21] COM[-1 -1]} 08-29 12:46:33.711 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:33.711 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musoft@gmail.c] [21 21] [-1 -1] [false] 08-29 12:46:33.712 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:33.712 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [21 21] [-1 -1] 08-29 12:46:33.712 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [21, 21], COM [-1, -1] 08-29 12:46:34.314 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:34.315 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [o] [1] 08-29 12:46:34.315 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.c] SEL[21 21] COM[-1 -1]} 08-29 12:46:34.316 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:34.316 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:34.321 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.co] SEL[22 22] COM[-1 -1]} 08-29 12:46:34.323 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:34.324 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musoft@gmail.co] [22 22] [-1 -1] [false] 08-29 12:46:34.324 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.co] SEL[22 22] COM[-1 -1]} 08-29 12:46:34.328 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:34.328 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [22 22] [-1 -1] 08-29 12:46:34.329 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [22, 22], COM [-1, -1] 08-29 12:46:34.765 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:34.767 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [m] [1] 08-29 12:46:34.768 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.co] SEL[22 22] COM[-1 -1]} 08-29 12:46:34.769 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:34.769 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:34.782 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.com] SEL[23 23] COM[-1 -1]} 08-29 12:46:34.785 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.com] SEL[23 23] COM[-1 -1]} 08-29 12:46:34.786 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->4], flags [98], show [false], 08-29 12:46:34.787 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [test.01musoft@gmail.com] [23 23] [-1 -1] [false] 08-29 12:46:34.788 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:34.789 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [23 23] [-1 -1] 08-29 12:46:34.790 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [23, 23], COM [-1, -1] 08-29 12:46:35.622 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:553] focusedNodeChanged: isEditable [true] 08-29 12:46:35.622 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:39] restartInput 08-29 12:46:35.623 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:135] Constructor called with outAttrs: inputType=0xd1 imeOptions=0x12000002 privateImeOptions=null actionLabel=null actionId=0 initialSelStart=23 initialSelEnd=23 initialCapsMode=0x0 hintText=null label=null packageName=com.microsoft.aad.adal.hello fieldId=2131230720 fieldName=null extras=null 08-29 12:46:35.623 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:158] onCreateInputConnection 08-29 12:46:35.625 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:501] onRestartInput 08-29 12:46:35.626 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:469] finishComposingText 08-29 12:46:35.641 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.com] SEL[23 23] COM[-1 -1]} 08-29 12:46:35.644 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.com] SEL[23 23] COM[-1 -1]} 08-29 12:46:35.645 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[test.01musoft@gmail.com] SEL[23 23] COM[-1 -1]} 08-29 12:46:35.651 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [4->2], flags [96], show [true], 08-29 12:46:35.651 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:39] restartInput 08-29 12:46:35.652 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:135] Constructor called with outAttrs: inputType=0xe1 imeOptions=0x12000002 privateImeOptions=null actionLabel=null actionId=0 initialSelStart=23 initialSelEnd=23 initialCapsMode=0x0 hintText=null label=null packageName=com.microsoft.aad.adal.hello fieldId=2131230720 fieldName=null extras=null 08-29 12:46:35.652 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:158] onCreateInputConnection 08-29 12:46:35.654 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:501] onRestartInput 08-29 12:46:35.655 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:313] showSoftKeyboard 08-29 12:46:35.655 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:47] showSoftInput 08-29 12:46:35.656 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [] [0 0] [-1 -1] [true] 08-29 12:46:35.656 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [0 0] [-1 -1] 08-29 12:46:35.657 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [0, 0], COM [-1, -1] 08-29 12:46:35.658 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:469] finishComposingText 08-29 12:46:35.661 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[] SEL[0 0] COM[-1 -1]} 08-29 12:46:35.667 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[] SEL[0 0] COM[-1 -1]} 08-29 12:46:35.668 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[] SEL[0 0] COM[-1 -1]} 08-29 12:46:35.675 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[] SEL[0 0] COM[-1 -1]} 08-29 12:46:36.590 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:36.590 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:37.042 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:37.043 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [A] [1] 08-29 12:46:37.044 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[] SEL[0 0] COM[-1 -1]} 08-29 12:46:37.044 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:37.045 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:37.051 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[A] SEL[1 1] COM[-1 -1]} 08-29 12:46:37.054 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[A] SEL[1 1] COM[-1 -1]} 08-29 12:46:37.055 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:37.055 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [1 1] [-1 -1] 08-29 12:46:37.056 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [1, 1], COM [-1, -1] 08-29 12:46:37.059 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [2->2], flags [96], show [false], 08-29 12:46:37.059 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [A] [1 1] [-1 -1] [false] 08-29 12:46:37.755 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:37.758 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [b] [1] 08-29 12:46:37.758 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[A] SEL[1 1] COM[-1 -1]} 08-29 12:46:37.759 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:37.760 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:37.762 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[Ab] SEL[2 2] COM[-1 -1]} 08-29 12:46:37.765 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[Ab] SEL[2 2] COM[-1 -1]} 08-29 12:46:37.768 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:37.768 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [2 2] [-1 -1] 08-29 12:46:37.769 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [2, 2], COM [-1, -1] 08-29 12:46:37.770 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [2->2], flags [96], show [false], 08-29 12:46:37.770 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [•b] [2 2] [-1 -1] [false] 08-29 12:46:38.312 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:38.313 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [c] [1] 08-29 12:46:38.314 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[Ab] SEL[2 2] COM[-1 -1]} 08-29 12:46:38.314 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:38.315 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:38.316 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[Abc] SEL[3 3] COM[-1 -1]} 08-29 12:46:38.320 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[Abc] SEL[3 3] COM[-1 -1]} 08-29 12:46:38.329 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:38.330 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [3 3] [-1 -1] 08-29 12:46:38.330 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [3, 3], COM [-1, -1] 08-29 12:46:38.332 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [2->2], flags [96], show [false], 08-29 12:46:38.332 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [••c] [3 3] [-1 -1] [false] 08-29 12:46:38.907 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:38.908 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:39.320 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [2->2], flags [96], show [false], 08-29 12:46:39.321 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [•••] [3 3] [-1 -1] [true] 08-29 12:46:39.571 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:39.573 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [@] [1] 08-29 12:46:39.573 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[•••] SEL[3 3] COM[-1 -1]} 08-29 12:46:39.574 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:39.574 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:39.578 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:39.579 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [4 4] [-1 -1] 08-29 12:46:39.579 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [4, 4], COM [-1, -1] 08-29 12:46:39.585 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [2->2], flags [96], show [false], 08-29 12:46:39.586 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [•••@] [4 4] [-1 -1] [false] 08-29 12:46:40.130 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:40.130 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [0] [8] [49] 08-29 12:46:40.131 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [1] [8] [49] 08-29 12:46:40.132 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:40.133 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [5 5] [-1 -1] 08-29 12:46:40.133 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [5, 5], COM [-1, -1] 08-29 12:46:40.142 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [2->2], flags [96], show [false], 08-29 12:46:40.143 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [••••1] [5 5] [-1 -1] [false] 08-29 12:46:40.636 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:40.636 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [0] [9] [50] 08-29 12:46:40.637 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [1] [9] [50] 08-29 12:46:40.638 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:40.639 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [6 6] [-1 -1] 08-29 12:46:40.639 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [6, 6], COM [-1, -1] 08-29 12:46:40.647 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [2->2], flags [96], show [false], 08-29 12:46:40.648 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [•••••2] [6 6] [-1 -1] [false] 08-29 12:46:41.022 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:41.022 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [0] [10] [51] 08-29 12:46:41.023 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:393] sendKeyEvent [1] [10] [51] 08-29 12:46:41.024 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:41.025 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [7 7] [-1 -1] 08-29 12:46:41.025 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [7, 7], COM [-1, -1] 08-29 12:46:41.033 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [2->2], flags [96], show [false], 08-29 12:46:41.035 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [••••••3] [7 7] [-1 -1] [false] 08-29 12:46:41.443 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:41.445 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:267] commitText [#] [1] 08-29 12:46:41.446 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:213] getEditable: Editable {[•••@123] SEL[7 7] COM[-1 -1]} 08-29 12:46:41.446 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [false] 08-29 12:46:41.447 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [false] 08-29 12:46:41.448 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:41.449 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:239] updateSelectionIfRequired [8 8] [-1 -1] 08-29 12:46:41.449 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [InputMethodManagerWrapper.java:74] updateSelection: SEL [8, 8], COM [-1, -1] 08-29 12:46:41.459 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [2->2], flags [96], show [false], 08-29 12:46:41.459 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [•••••••#] [8 8] [-1 -1] [false] 08-29 12:46:42.175 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:314] beginBatchEdit [true] 08-29 12:46:42.176 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:279] performEditorAction [2] 08-29 12:46:42.177 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:326] endBatchEdit [true] 08-29 12:46:42.331 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:16:42-6e6fb14d-12ea-476a-8874-781131146897-displaySpinner:true showing:false ver:2.0.3-alpha 08-29 12:46:42.359 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0 08-29 12:46:42.359 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1 08-29 12:46:42.359 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3 08-29 12:46:42.455 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [ImeAdapter.java:253] updateKeyboardVisibility: type [2->2], flags [96], show [false], 08-29 12:46:42.456 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:174] updateState [••••••••] [8 8] [-1 -1] [true] 08-29 12:46:42.574 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:16:42-6e6fb14d-12ea-476a-8874-781131146897-displaySpinner:true showing:true ver:2.0.3-alpha 08-29 12:46:42.583 12225-12225/com.microsoft.aad.adal.hello V/BasicWebViewClient: 2016-08-29 07:16:42-6e6fb14d-12ea-476a-8874-781131146897-Navigation is detected ver:2.0.3-alpha 08-29 12:46:42.586 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:16:42-6e6fb14d-12ea-476a-8874-781131146897-Packagename:com.microsoft.aad.adal.hello Broker packagename:com.microsoft.windowsintune.companyportal Calling packagename:com.microsoft.aad.adal.hello ver:2.0.3-alpha 08-29 12:46:43.711 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-displaySpinner:true showing:true ver:2.0.3-alpha 08-29 12:46:43.717 12225-12225/com.microsoft.aad.adal.hello V/BasicWebViewClient: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Navigation is detected ver:2.0.3-alpha 08-29 12:46:43.719 12225-12225/com.microsoft.aad.adal.hello I/AuthenticationActivity: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-It is not a broker request ver:2.0.3-alpha 08-29 12:46:43.722 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Return To Caller:2003 ver:2.0.3-alpha 08-29 12:46:43.725 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-displaySpinner:false showing:true ver:2.0.3-alpha 08-29 12:46:43.741 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Return To Caller REQUEST_ID:156632110 ver:2.0.3-alpha 08-29 12:46:43.744 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Packagename:com.microsoft.aad.adal.hello Broker packagename:com.microsoft.windowsintune.companyportal Calling packagename:com.microsoft.aad.adal.hello ver:2.0.3-alpha 08-29 12:46:43.778 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-AuthenticationActivity onPause unregister receiver ver:2.0.3-alpha 08-29 12:46:43.780 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationActivity: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Spinner at onPause will dismiss ver:2.0.3-alpha 08-29 12:46:43.793 12225-12225/com.microsoft.aad.adal.hello W/cr_BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 12225 08-29 12:46:43.796 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Get waiting request: 156632110 ver:2.0.3-alpha 08-29 12:46:43.804 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-onActivityResult RequestId:156632110 ver:2.0.3-alpha 08-29 12:46:43.806 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Processing url for token. Request authority:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com resource:953584ba-f0da-4cd7-aa95-2274b673061f clientid:953584ba-f0da-4cd7-aa95-2274b673061f ver:2.0.3-alpha 08-29 12:46:43.810 12225-12225/com.microsoft.aad.adal.hello V/BasicWebViewClient: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Page finished:urn:ietf:wg:oauth:2.0:oob?code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCJ9..H64l9D7xqpqv9okj.K40RTcU3X129Ewcu4yNeGSu16VXrv7msqZNF69HSZ2hi_4g9wc7orn7ZkE1XOP-4_tpGHyVypLLf1c9TSFFmkqSfVX8tULfhIPqOVP7ndpv1RmunpGgz6l6A81L-iNFGzRuojjQdgrQPXJpaRk6WbCkBcXgW8G59e1FyS2pchsC10zPdIgLronvwWktezpdEnDHyMRbSt4wpMXBVT93LlgCxx1ZkynZcMwDZyeOFbcaf7nxJYsPFDw8XxxqOq84XNf7hDseVXI78u8bOY0VvhAS35TJbWPnxYn_jtvJjhIIExEQ8WntAe2uK3vadKhWtLQ9_j6fVagG9PFEOOfjsllenLBcqanqdNdgBKBACDmCYdG3tbjN9DOs4cVWtR5FOpcRt_w1HoP7RpJLHWYyMNF644QRS9pb5daaCi1X-uZXIJ-SHUCjwE3ta_ic8A4V2tveagfoTsSVSQctTFl_GGt6RgZWFqY-QXDBwDH2dVERXMtD9LoKoupcpo0zrOjvorHunWENh0ijy5eTWdSk-z3ApqcVUC7GsdDh4D0PD8B4OCt5kJSYpggtwm2AcDeM3wwYSlEhfn684i_uPrckX-qSmiodsviimUJy2Unnrpp3tna1v4iz8oWWcQwwhGaTsMeN_Qtw1XPJxRzesaEjt6w3Hf6TDWmtpOdurOUv8XXcCVp-xqwRWCXwv2MN5OKf0LCZNYkuwfVP7mbcLP4WakB0XtckY8Li8dS78pQQDGBodK1xjR_SRf5roknEfJ-cdGz2_npZAClt-gmHZjVJfj6eANtIe6i7KhNXlXWQ0CqkWvCv1gzGU6R0oScyK06JbFD9paihkSvsYrGXnwGCT0CvvxHGmwof3RVKdGzkHzsC3I-N7CjoVN7mq2ghOxYp45Rxi9Sj2nkb3o9m3n1a0hPR75idwxptyxiFHjY7M_8le_qKhGPGEnrbN3575urdbWTdZDuHgATBM4zessAKJT0nzAGvmkQg_TmPhYIQF3cX1EvrrTXc8H5_UlFliwKBOwi6aaKm5nGq_DDVr8fOvkNlu45qgMaHKLeIGCbnxgS-SwSyX03wlRAcmGiMkOieCjlO60POt68cBMUZkNcrinwP5opYU-Ec7kSWMnkq0kJVfL3vLoE_jJQNcZuf-HNvw3IQdrqAorMYw8zjWnPiJlRT2bdE7431NaO-LBVoad67ZTkgstUMCbjO-CrARVy7Zg9ysKUbI6icAucbDZ-GGvpy8eLY2D45YWr037FUYnO_yVlXybgjuqPNwbsULH8ihlq3HgFkC_IGx2bs4AsGnbu_1bkXldDfUNuE4VkMU_98Pv1zgB7Gfo0oT1xUmzD8pP7tVz_0DSYDGDsv2fPLIYELjtjJh8wRshaaWetJKAheAbtFbUPTVajGg5ca0mLrdEDBYY9HP7BtpIYRMdh0hgiZ656-lpQ6Rg8aDCo9WMfdjN_vu2DpF0EH9pFaXRpta._hlfFO3C-vhgrRqQ_8uqvw ver:2.0.3-alpha 08-29 12:46:43.810 12225-12670/com.microsoft.aad.adal.hello V/WebRequestHandler: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-WebRequestHandler thread12670 ver:2.0.3-alpha 08-29 12:46:43.817 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-HttpWebRequest send thread:12670 ver:2.0.3-alpha 08-29 12:46:43.818 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-HttpWebRequest setupConnection thread:12670 ver:2.0.3-alpha 08-29 12:46:43.827 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0 08-29 12:46:43.827 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1 08-29 12:46:43.827 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3 08-29 12:46:43.835 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Setting header: x-client-Ver ver:2.0.3-alpha 08-29 12:46:43.837 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Setting header: Host ver:2.0.3-alpha 08-29 12:46:43.839 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Setting header: x-client-DM ver:2.0.3-alpha 08-29 12:46:43.840 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Setting header: x-client-OS ver:2.0.3-alpha 08-29 12:46:43.841 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:469] finishComposingText 08-29 12:46:43.844 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Setting header: Accept ver:2.0.3-alpha 08-29 12:46:43.846 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Setting header: x-client-SKU ver:2.0.3-alpha 08-29 12:46:43.847 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:16:43-6e6fb14d-12ea-476a-8874-781131146897-Setting header: client-request-id ver:2.0.3-alpha 08-29 12:46:43.859 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:469] finishComposingText 08-29 12:46:43.859 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:469] finishComposingText 08-29 12:46:43.901 12225-12225/com.microsoft.aad.adal.hello D/cr_Ime: [AdapterInputConnection.java:469] finishComposingText 08-29 12:46:46.475 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-Status code:200 ver:2.0.3-alpha 08-29 12:46:46.479 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-Response is received ver:2.0.3-alpha 08-29 12:46:46.484 12225-12670/com.microsoft.aad.adal.hello V/Oauth: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-Token request does not have exception ver:2.0.3-alpha 08-29 12:46:46.492 12225-12670/com.microsoft.aad.adal.hello V/ProfileInfo: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-Profile info is extracted from token response ver:2.0.3-alpha 08-29 12:46:46.495 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-OnActivityResult processed the result. Request authority:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com resource:953584ba-f0da-4cd7-aa95-2274b673061f clientid:953584ba-f0da-4cd7-aa95-2274b673061f ver:2.0.3-alpha 08-29 12:46:46.497 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-OnActivityResult is setting the token to cache. Request authority:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com resource:953584ba-f0da-4cd7-aa95-2274b673061f clientid:953584ba-f0da-4cd7-aa95-2274b673061f ver:2.0.3-alpha 08-29 12:46:46.501 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-Setting item to cache ver:2.0.3-alpha 08-29 12:46:46.507 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-Access TokenID XoIhidSJmcsFmDiXhWIH2qRB3Kn/v204+AaECx/1ypg= and Refresh TokenID HVoewH5h7T9aNhZAOJiNtCKj7eSatrTMJfxZIb2rL1E= returned. CorrelationId: 849d8171-3c4f-491f-90e9-54ca9726ff1f ver:2.0.3-alpha 08-29 12:46:46.510 12225-12670/com.microsoft.aad.adal.hello V/TokenCacheKey: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-Create key with uniqueid:null ver:2.0.3-alpha 08-29 12:46:46.512 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-Clean up intersecting scopes ver:2.0.3-alpha 08-29 12:46:46.542 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-Starting encryption ver:2.0.3-alpha 08-29 12:46:46.546 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:46-6e6fb14d-12ea-476a-8874-781131146897-Key entry is not available ver:2.0.3-alpha 08-29 12:46:51.918 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:51-6e6fb14d-12ea-476a-8874-781131146897-Key entry is generated for cert CN=AdalKey, OU=com.microsoft.aad.adal.hello ver:2.0.3-alpha 08-29 12:46:51.919 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:51-6e6fb14d-12ea-476a-8874-781131146897-Reading Key entry ver:2.0.3-alpha 08-29 12:46:51.926 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:51-6e6fb14d-12ea-476a-8874-781131146897-Retrived keypair from androidKeyStore ver:2.0.3-alpha 08-29 12:46:51.929 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:51-6e6fb14d-12ea-476a-8874-781131146897-Key file does not exists ver:2.0.3-alpha 08-29 12:46:51.931 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:51-6e6fb14d-12ea-476a-8874-781131146897-Wrapping SecretKey ver:2.0.3-alpha 08-29 12:46:51.937 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:51-6e6fb14d-12ea-476a-8874-781131146897-Writing SecretKey ver:2.0.3-alpha 08-29 12:46:51.938 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:51-6e6fb14d-12ea-476a-8874-781131146897-Writing key data to a file ver:2.0.3-alpha 08-29 12:46:51.942 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:51-6e6fb14d-12ea-476a-8874-781131146897-Finished writing SecretKey ver:2.0.3-alpha 08-29 12:46:51.944 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:51-6e6fb14d-12ea-476a-8874-781131146897-Reading SecretKey ver:2.0.3-alpha 08-29 12:46:51.945 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:51-6e6fb14d-12ea-476a-8874-781131146897-Reading key data from a file ver:2.0.3-alpha 08-29 12:46:52.019 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:52-6e6fb14d-12ea-476a-8874-781131146897-Finished reading SecretKey ver:2.0.3-alpha 08-29 12:46:52.020 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:52-6e6fb14d-12ea-476a-8874-781131146897-Encrypt version:A001 ver:2.0.3-alpha 08-29 12:46:52.026 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:16:52-6e6fb14d-12ea-476a-8874-781131146897-Finished encryption ver:2.0.3-alpha 08-29 12:46:52.030 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:16:52-6e6fb14d-12ea-476a-8874-781131146897-Sending result to callback. Request authority:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com resource:953584ba-f0da-4cd7-aa95-2274b673061f clientid:953584ba-f0da-4cd7-aa95-2274b673061f ver:2.0.3-alpha 08-29 12:46:52.031 12225-12225/com.microsoft.aad.adal.hello V/Main: Token info:eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IklkVG9rZW5TaWduaW5nS2V5Q29udGFpbmVyLnYyIn0.eyJleHAiOjE0NzI0NTg2MDcsIm5iZiI6MTQ3MjQ1NTAwNywidmVyIjoiMS4wIiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tLzQ3ZTdkMDk1LTA4NjAtNDEwYi1hOWRmLWVkNjk5MjQ1OGJhMC92Mi4wLyIsInN1YiI6Ik5vdCBzdXBwb3J0ZWQgY3VycmVudGx5LiBVc2Ugb2lkIGNsYWltLiIsImF1ZCI6Ijk1MzU4NGJhLWYwZGEtNGNkNy1hYTk1LTIyNzRiNjczMDYxZiIsImFjciI6ImIyY18xX3Blb3BsZXNpZ25pbiIsImlhdCI6MTQ3MjQ1NTAwNywiYXV0aF90aW1lIjoxNDcyNDU1MDA3LCJvaWQiOiJiNGVkMTdmOS0zZWIwLTQwYTctOWEzZS1mYjM2OTkyOTVmYTEiLCJuYW1lIjoiVGVzdCBQYXRpZW50IiwiZW1haWxzIjpbInRlc3QuMDFtdXNvZnRAZ21haWwuY29tIl19.hei_BfCJGI9_6grR--N1hZU6kg_X6JaSRXf9NNaUrRduEXVPRE_Me0eBIOy5J3kuaScYL-UKs2vUHHFaLAgWJz9Uar7MUmEytUWkgxsv8zC85DqSGryoOCX2Gieb8srZm4ylBYHhgGZfECaiNeufUSV4U9KTXm5RwUR0StM2lAWEX4DqxYeTcEzCsZvlxjtigcm0OWjEUe-7tnG40nTkHL0_T791sFxqaXVCpJAdpVEXJ9jHK4bMZtZX2Cv2ziOscUCZ-qlF9tjEqW4zxLQkjN-9X1e9FEpkzBWF_REbZbf6PHGXRu-_bxs-y4FJBK0ayPCSd3eBxVy8iDvlJ8h1MQ 08-29 12:46:52.031 12225-12225/com.microsoft.aad.adal.hello V/Main: IDToken info:eyJ2ZXIiOiIxLjAiLCJ0aWQiOiI0N2U3ZDA5NS0wODYwLTQxMGItYTlkZi1lZDY5OTI0NThiYTAiLCJzdWIiOm51bGwsIm5hbWUiOiJUZXN0IFBhdGllbnQiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOm51bGwsImlkcCI6bnVsbH0 08-29 12:46:52.033 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:16:52-6e6fb14d-12ea-476a-8874-781131146897-Remove waiting request: 156632110 ver:2.0.3-alpha 08-29 12:46:52.035 12225-12225/com.microsoft.aad.adal.hello V/Main: Token:eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IklkVG9rZW5TaWduaW5nS2V5Q29udGFpbmVyLnYyIn0.eyJleHAiOjE0NzI0NTg2MDcsIm5iZiI6MTQ3MjQ1NTAwNywidmVyIjoiMS4wIiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tLzQ3ZTdkMDk1LTA4NjAtNDEwYi1hOWRmLWVkNjk5MjQ1OGJhMC92Mi4wLyIsInN1YiI6Ik5vdCBzdXBwb3J0ZWQgY3VycmVudGx5LiBVc2Ugb2lkIGNsYWltLiIsImF1ZCI6Ijk1MzU4NGJhLWYwZGEtNGNkNy1hYTk1LTIyNzRiNjczMDYxZiIsImFjciI6ImIyY18xX3Blb3BsZXNpZ25pbiIsImlhdCI6MTQ3MjQ1NTAwNywiYXV0aF90aW1lIjoxNDcyNDU1MDA3LCJvaWQiOiJiNGVkMTdmOS0zZWIwLTQwYTctOWEzZS1mYjM2OTkyOTVmYTEiLCJuYW1lIjoiVGVzdCBQYXRpZW50IiwiZW1haWxzIjpbInRlc3QuMDFtdXNvZnRAZ21haWwuY29tIl19.hei_BfCJGI9_6grR--N1hZU6kg_X6JaSRXf9NNaUrRduEXVPRE_Me0eBIOy5J3kuaScYL-UKs2vUHHFaLAgWJz9Uar7MUmEytUWkgxsv8zC85DqSGryoOCX2Gieb8srZm4ylBYHhgGZfECaiNeufUSV4U9KTXm5RwUR0StM2lAWEX4DqxYeTcEzCsZvlxjtigcm0OWjEUe-7tnG40nTkHL0_T791sFxqaXVCpJAdpVEXJ9jHK4bMZtZX2Cv2ziOscUCZ-qlF9tjEqW4zxLQkjN-9X1e9FEpkzBWF_REbZbf6PHGXRu-_bxs-y4FJBK0ayPCSd3eBxVy8iDvlJ8h1MQ RefreshToken:eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCJ9..uC-K8kCF8YudxRmz.kY6vUhCOcqnWEECAJOrbeGOJyaS3RJQUv6BHsMfybbxv6J1WSP3mArODsuniZ98j4fu7KgoQPZr2ZxVfnxt5PUZ7YxR2pJ3QyhQWe2DyK8wwXYlKCMpQ-DG_yzqJSYoX24Wak-vnGWCY3qEfe38MhNPjDjJMFHyJo0vYiuV2mQQGflfFOtXezGuKnbw0IMm076xEHi7HY_7Ix38MRHpAsOMwUDb9qPK8IHqHjcO6q-BEhUIARRnmlv7zV4gfZE6AzipOt6OGezhozNUwlLbzvLzZoZ5QlK33EOAMxLuY2e8NusVqwB3XK-brlzU_SIPhm-pkGHQxkLBjydWppfxO0fnoVcw12Zkbudwpb528vcaRlw-3wYWflz9xVCO0LSuH8UXjwZN57cqUJw-wo-ZqKO7rTDJtf4F8-3heKZxFoU2rRp86X7ErgSAdSv-vbHhJYjh4OKwu6QhxBDlegWiuAYqnJmxbtFUeXLy_eUOXeO46a9_fmO8_peUVVCns935ifEXmSUzMYHAPcEnjdI4uioU_NdlJDsu7uzclvmrXVObxgaVX2JRh_q1pTdjoyS13ns-B9DIENbFQ133LSfq_CTkS-G0z2e_NLwb_4WZ3mhvoCLH5cm0x8fgicsSKf3LamFeQYCgrpKAjbTI6D4RqXBpUjny0XdsUmfIsvNR1pzLV0IGW24ci6WpfYpcVMuK5RmoH91NZ4aP4qShDhdGryzn7Pyh1tpGU685IcSBuYAf46Pz_fTBDJQqxLWD2so0wtKgR45Nstmdp76FPc69mue40BPmXdtel-m3trE0mkEclgDmqZPkMwGg4yds8akBgs5X68TiJuP_YhuvVBzbeqfQqLYi2pVurXZhJjxogpoCHoMT0cfkvM6eHy-4ca0pu-XFFtYy8MPltke47ApC2PIUKKhQ6JnpOtDTyOlYuaSd7Hpr0nrEOa321ytubXDBX1r0LmV30H22DrHLTZkMSfjtv6YzzovaEM6c_Cwc2HcSo9WB_hOeq4oDT8heXD5sXWwCpVMJLqz53y9UAV7vC7mFU1cS2tGLh9xsY9I0wE0Jo1lfGD2n89JwArhTEHNmSBwGLYbDUsfAV7A8djhjSKTfaX2p6QmsNYmdciAntf9HprHA0DOjDlLpvVEZ30nCksPQUwVgTnHFZmUSU306f53ymkIBYo3cbiEp2dVKqygbUD00OnaBcJCSXzHyqE0NNWXBUkkg7Yjcyv_R59Uf7t7vEQ3qVoJjGyHOeP8k2eX6-EVILO5yKjNs3rvmDJOzi4fsY_G4qewWOOvuWVnxfzKB5SS2j_P_ekSXZadL08P6p-JykgTyyOnq650_T_H0IhIwujaAbB5Q7Ery64nhngcSaQEmGvcJ3DApDNWuoz4ouyeeQA12UwnSOg9DDowWhB-Xs9SrrWLK_tPaHUbl4OH2YZwM-2WSF2YdEhCP3sIN5ZQsNXz8xJmYzAgwQ.HWOfWGtwoqgGKM-TeHC-Ig ProfileInfo:com.microsoft.aad.adal.UserInfo@9592bdf TokenType:null TenantId:47e7d095-0860-410b-a9df-ed6992458ba0 08-29 12:46:52.036 12225-12225/com.microsoft.aad.adal.hello V/Main: ScopeInResponse Length:1 08-29 12:46:52.036 12225-12225/com.microsoft.aad.adal.hello V/Main: ScopeInResponse on 0 position:953584ba-f0da-4cd7-aa95-2274b673061f 08-29 12:46:52.036 12225-12225/com.microsoft.aad.adal.hello V/Main: ExpiresOn:Mon Aug 29 13:46:46 GMT+05:30 2016 08-29 12:46:52.036 12225-12225/com.microsoft.aad.adal.hello V/Main: createAuthorizationHeader:Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IklkVG9rZW5TaWduaW5nS2V5Q29udGFpbmVyLnYyIn0.eyJleHAiOjE0NzI0NTg2MDcsIm5iZiI6MTQ3MjQ1NTAwNywidmVyIjoiMS4wIiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tLzQ3ZTdkMDk1LTA4NjAtNDEwYi1hOWRmLWVkNjk5MjQ1OGJhMC92Mi4wLyIsInN1YiI6Ik5vdCBzdXBwb3J0ZWQgY3VycmVudGx5LiBVc2Ugb2lkIGNsYWltLiIsImF1ZCI6Ijk1MzU4NGJhLWYwZGEtNGNkNy1hYTk1LTIyNzRiNjczMDYxZiIsImFjciI6ImIyY18xX3Blb3BsZXNpZ25pbiIsImlhdCI6MTQ3MjQ1NTAwNywiYXV0aF90aW1lIjoxNDcyNDU1MDA3LCJvaWQiOiJiNGVkMTdmOS0zZWIwLTQwYTctOWEzZS1mYjM2OTkyOTVmYTEiLCJuYW1lIjoiVGVzdCBQYXRpZW50IiwiZW1haWxzIjpbInRlc3QuMDFtdXNvZnRAZ21haWwuY29tIl19.hei_BfCJGI9_6grR--N1hZU6kg_X6JaSRXf9NNaUrRduEXVPRE_Me0eBIOy5J3kuaScYL-UKs2vUHHFaLAgWJz9Uar7MUmEytUWkgxsv8zC85DqSGryoOCX2Gieb8srZm4ylBYHhgGZfECaiNeufUSV4U9KTXm5RwUR0StM2lAWEX4DqxYeTcEzCsZvlxjtigcm0OWjEUe-7tnG40nTkHL0_T791sFxqaXVCpJAdpVEXJ9jHK4bMZtZX2Cv2ziOscUCZ-qlF9tjEqW4zxLQkjN-9X1e9FEpkzBWF_REbZbf6PHGXRu-_bxs-y4FJBK0ayPCSd3eBxVy8iDvlJ8h1MQ 08-29 12:46:52.036 12225-12225/com.microsoft.aad.adal.hello V/Main: Status().name():Succeeded 08-29 12:46:52.036 12225-12225/com.microsoft.aad.adal.hello V/Main: UniqueId:null DisplayableId:null Name:Test Patient IdentityProvider:null PasswordChangeUrl:null PasswordExpiresOn:null 08-29 12:46:52.096 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0 08-29 12:46:52.096 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1 08-29 12:46:52.096 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3 08-29 12:46:54.092 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0 08-29 12:46:54.092 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1 08-29 12:46:54.092 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3

sunny01gupta commented 8 years ago
  1. Get Token Slient log.

08-29 12:49:54.702 12225-12225/com.microsoft.aad.adal.hello V/Main: onClickAcquireTokenSilent is clicked 08-29 12:49:54.716 12225-12225/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Sending async task from thread:12225 ver:2.0.3-alpha 08-29 12:49:54.718 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Running task in thread:12670 ver:2.0.3-alpha 08-29 12:49:54.719 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Token request started ver:2.0.3-alpha 08-29 12:49:54.720 12225-12670/com.microsoft.aad.adal.hello V/DefaultTokenCacheStore: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Looking for id token... ver:2.0.3-alpha 08-29 12:49:54.725 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-getItemFromCache accessTokenId:XoIhidSJmcsFmDiXhWIH2qRB3Kn/v204+AaECx/1ypg= refreshTokenId:HVoewH5h7T9aNhZAOJiNtCKj7eSatrTMJfxZIb2rL1E= ver:2.0.3-alpha 08-29 12:49:54.726 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-UniqueId is specified. ver:2.0.3-alpha 08-29 12:49:54.728 12225-12670/com.microsoft.aad.adal.hello V/TokenCacheItem: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-expiresOn:Mon Aug 29 13:46:46 GMT+05:30 2016 timeWithBuffer:Mon Aug 29 13:49:54 GMT+05:30 2016 Buffer:3600 ver:2.0.3-alpha 08-29 12:49:54.729 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Checking refresh tokens ver:2.0.3-alpha 08-29 12:49:54.730 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Looking for regular refresh token. Key:Authority:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com scope:953584ba-f0da-4cd7-aa95-2274b673061f clientid:953584ba-f0da-4cd7-aa95-2274b673061f uniqueid: mrrt:true p:B2C_1_PeopleSignIn ver:2.0.3-alpha 08-29 12:49:54.732 12225-12670/com.microsoft.aad.adal.hello V/DefaultTokenCacheStore: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Looking for id token... ver:2.0.3-alpha 08-29 12:49:54.733 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Refresh token is available and id:HVoewH5h7T9aNhZAOJiNtCKj7eSatrTMJfxZIb2rL1E= Key used:com.microsoft.aad.adal.TokenCacheKey@f1fb7d14 ver:2.0.3-alpha 08-29 12:49:54.735 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Refresh token is available and it will attempt to refresh token ver:2.0.3-alpha 08-29 12:49:54.736 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Process refreshToken for Request authority:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com resource:953584ba-f0da-4cd7-aa95-2274b673061f clientid:953584ba-f0da-4cd7-aa95-2274b673061f refreshTokenId:HVoewH5h7T9aNhZAOJiNtCKj7eSatrTMJfxZIb2rL1E= ver:2.0.3-alpha 08-29 12:49:54.739 12225-12670/com.microsoft.aad.adal.hello V/WebRequestHandler: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-WebRequestHandler thread12670 ver:2.0.3-alpha 08-29 12:49:54.741 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-HttpWebRequest send thread:12670 ver:2.0.3-alpha 08-29 12:49:54.742 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-HttpWebRequest setupConnection thread:12670 ver:2.0.3-alpha 08-29 12:49:54.743 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting header: x-client-Ver ver:2.0.3-alpha 08-29 12:49:54.744 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting header: x-client-last-request ver:2.0.3-alpha 08-29 12:49:54.747 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting header: x-client-last-response-time ver:2.0.3-alpha 08-29 12:49:54.749 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0 08-29 12:49:54.750 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1 08-29 12:49:54.750 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3 08-29 12:49:54.761 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting header: Host ver:2.0.3-alpha 08-29 12:49:54.763 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting header: x-client-last-endpoint ver:2.0.3-alpha 08-29 12:49:54.764 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting header: x-client-DM ver:2.0.3-alpha 08-29 12:49:54.765 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting header: x-client-OS ver:2.0.3-alpha 08-29 12:49:54.767 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting header: Accept ver:2.0.3-alpha 08-29 12:49:54.768 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting header: x-client-SKU ver:2.0.3-alpha 08-29 12:49:54.769 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting header: client-request-id ver:2.0.3-alpha 08-29 12:49:54.770 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:54-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting header: x-ms-PKeyAuth ver:2.0.3-alpha 08-29 12:49:58.164 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:58-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Status code:200 ver:2.0.3-alpha 08-29 12:49:58.176 12225-12670/com.microsoft.aad.adal.hello V/HttpWebRequest: 2016-08-29 07:19:58-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Response is received ver:2.0.3-alpha 08-29 12:49:58.185 12225-12670/com.microsoft.aad.adal.hello V/Oauth: 2016-08-29 07:19:58-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Token request does not have exception ver:2.0.3-alpha 08-29 12:49:58.188 12225-12670/com.microsoft.aad.adal.hello V/ProfileInfo: 2016-08-29 07:19:58-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Profile info is extracted from token response ver:2.0.3-alpha 08-29 12:49:58.190 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:58-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-It finished refresh token request:Request authority:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com resource:953584ba-f0da-4cd7-aa95-2274b673061f clientid:953584ba-f0da-4cd7-aa95-2274b673061f ver:2.0.3-alpha 08-29 12:49:58.193 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:58-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Cache is used. It will set item to cacheRequest authority:https://login.microsoftonline.com/arkaahealth.onmicrosoft.com resource:953584ba-f0da-4cd7-aa95-2274b673061f clientid:953584ba-f0da-4cd7-aa95-2274b673061f ver:2.0.3-alpha 08-29 12:49:58.202 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:58-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Setting refresh item to cache for key:com.microsoft.aad.adal.TokenCacheKey@f1fb7d14 ver:2.0.3-alpha 08-29 12:49:58.204 12225-12670/com.microsoft.aad.adal.hello V/AuthenticationContext: 2016-08-29 07:19:58-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Access TokenID ZeJQm0su/jThYfEYE8r+TWl7OzGT32n/DLNi2jSmc4A= and Refresh TokenID 6QYnorBWVmbip9f2kR260iRVCBD0h978iXTcJQEHPAI= returned. CorrelationId: b48d9a35-ec19-4c6b-8ade-0207d4e12503 ver:2.0.3-alpha 08-29 12:49:58.207 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:19:58-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Starting encryption ver:2.0.3-alpha 08-29 12:49:58.208 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:19:58-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Encrypt version:A001 ver:2.0.3-alpha 08-29 12:49:58.218 12225-12670/com.microsoft.aad.adal.hello V/StorageHelper: 2016-08-29 07:19:58-b820bca7-0b9e-41ed-8285-8c2f41eebb6d-Finished encryption ver:2.0.3-alpha 08-29 12:49:58.232 12225-12225/com.microsoft.aad.adal.hello V/Main: Token info:eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IklkVG9rZW5TaWduaW5nS2V5Q29udGFpbmVyLnYyIn0.eyJleHAiOjE0NzI0NTg3OTgsIm5iZiI6MTQ3MjQ1NTE5OCwidmVyIjoiMS4wIiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tLzQ3ZTdkMDk1LTA4NjAtNDEwYi1hOWRmLWVkNjk5MjQ1OGJhMC92Mi4wLyIsInN1YiI6Ik5vdCBzdXBwb3J0ZWQgY3VycmVudGx5LiBVc2Ugb2lkIGNsYWltLiIsImF1ZCI6Ijk1MzU4NGJhLWYwZGEtNGNkNy1hYTk1LTIyNzRiNjczMDYxZiIsImFjciI6ImIyY18xX3Blb3BsZXNpZ25pbiIsImlhdCI6MTQ3MjQ1NTE5OCwiYXV0aF90aW1lIjoxNDcyNDU1MTk4LCJvaWQiOiJiNGVkMTdmOS0zZWIwLTQwYTctOWEzZS1mYjM2OTkyOTVmYTEiLCJuYW1lIjoiVGVzdCBQYXRpZW50IiwiZW1haWxzIjpbInRlc3QuMDFtdXNvZnRAZ21haWwuY29tIl19.m9BvUuycikK2eEHdG-N8x0RKRUHx6jHnYLhLFvTf7Pp_TcdLCfTC8p7nId-TvXzhRjR21egoJPZnx2BZN_FHnPiXnJRsdXcUWj8zaQe3boeOWAJ4mfiLS3ga8vj1AXSxWxBKaNN0wEC8LMILn_WVMojJn_KraGvRt60hIvLOS_vp8RXjZkBZjzXoT0wWuXPc1SDqlpHvrbh23iZB6IKqNl9edRUrTrW6liFKUobXt_zb3kOAMlCIbghexq2g1lhMp4zpe8MBFtRUbpwfm70Oyzfy_bBMIVYDztmGrqy1PhXk72NYm2eJhf54Qkv-CmsbbSjk-Km7G2jBWr2yR3gsnA 08-29 12:49:58.232 12225-12225/com.microsoft.aad.adal.hello V/Main: IDToken info:eyJ2ZXIiOiIxLjAiLCJ0aWQiOiI0N2U3ZDA5NS0wODYwLTQxMGItYTlkZi1lZDY5OTI0NThiYTAiLCJzdWIiOm51bGwsIm5hbWUiOiJUZXN0IFBhdGllbnQiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOm51bGwsImlkcCI6bnVsbH0 08-29 12:49:58.235 12225-12225/com.microsoft.aad.adal.hello V/Main: Token:eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IklkVG9rZW5TaWduaW5nS2V5Q29udGFpbmVyLnYyIn0.eyJleHAiOjE0NzI0NTg3OTgsIm5iZiI6MTQ3MjQ1NTE5OCwidmVyIjoiMS4wIiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tLzQ3ZTdkMDk1LTA4NjAtNDEwYi1hOWRmLWVkNjk5MjQ1OGJhMC92Mi4wLyIsInN1YiI6Ik5vdCBzdXBwb3J0ZWQgY3VycmVudGx5LiBVc2Ugb2lkIGNsYWltLiIsImF1ZCI6Ijk1MzU4NGJhLWYwZGEtNGNkNy1hYTk1LTIyNzRiNjczMDYxZiIsImFjciI6ImIyY18xX3Blb3BsZXNpZ25pbiIsImlhdCI6MTQ3MjQ1NTE5OCwiYXV0aF90aW1lIjoxNDcyNDU1MTk4LCJvaWQiOiJiNGVkMTdmOS0zZWIwLTQwYTctOWEzZS1mYjM2OTkyOTVmYTEiLCJuYW1lIjoiVGVzdCBQYXRpZW50IiwiZW1haWxzIjpbInRlc3QuMDFtdXNvZnRAZ21haWwuY29tIl19.m9BvUuycikK2eEHdG-N8x0RKRUHx6jHnYLhLFvTf7Pp_TcdLCfTC8p7nId-TvXzhRjR21egoJPZnx2BZN_FHnPiXnJRsdXcUWj8zaQe3boeOWAJ4mfiLS3ga8vj1AXSxWxBKaNN0wEC8LMILn_WVMojJn_KraGvRt60hIvLOS_vp8RXjZkBZjzXoT0wWuXPc1SDqlpHvrbh23iZB6IKqNl9edRUrTrW6liFKUobXt_zb3kOAMlCIbghexq2g1lhMp4zpe8MBFtRUbpwfm70Oyzfy_bBMIVYDztmGrqy1PhXk72NYm2eJhf54Qkv-CmsbbSjk-Km7G2jBWr2yR3gsnA RefreshToken:eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCJ9..hdmp2TkZW1IhiBHU.Ky0ozTjJTilxzhG-ijiZUsa1X383SKHyzhTqkT-7t5rwq_8ezOHQWsr5jsc2LZffJT4nzCqHaYC4vznOFKizZjUie0JL3JMzQUwLwYU7VBzmldjWr4HQEY9-W_8h8w4Fke06wpoyKE4zpi8T3HNEP0rxFgf6bWtZv_O6nJXwxuSoc7twkXdHopWm2nwxjjbvEnNeBh8XCjodNRTwC_q58v4zunzr6i73c_kDhg9j3CfiCxIBZQv0kFkKh2HIbhHhHutU09xNO39CEFI4aQQ-zkNPpKZgygyFdQmiJJdUdPuJ_KdOjEo3MAQ87lrA7hvnRMYTlsbAy7NICFQ2LNB8Con_76v9xxr0rJxUP4v2d2q6BKlGbF8tevYRWLoaPVF-Qk7BaAUDh-Mxlxf4cT8JWqNdWy0WGKzPBjj221JvCbvg_Cc95n-lmx4PHPixNne22kQNz8SnPKh82dV4EG50jI8eKQFNEAqJmtU09iAada3DBk6-0VvH0hrqJUBvPUu-ehpE2CfjXlxbaj4F4LLw92PFF1dphXr7x8GJcEO_N9-fuylaCNBT58M1hV2SHm9EnMjqQQv80AOM2pi4Nx1yKNw3HmFw5fSuQm8W98RYuzyIvI-8M4oDZ6AcJ5uyAJc5TkWCt0ADtF6cjHyBsSV0bE7i6aTT7GEG-YY_qWQ9QaqKzuqwMOIWD8RPm5TkmIncqbpKuPm5Xn60bCdcK1CiTJCnzXFyX5rVLwkS9_WSCZjQqMW7O95yCSDsuQlxu6g4hQz3pMz7VCl_MAjlKxTVKLjFsm8JAdGv2dNgKWny_t8GH1DVpy61NIUycL3_16U6NoVWsMhcxJCHPrPL_YL_D66Ukn6fULVcpmy83z0o8OGQ2JmHJMVMG5nLUn1uF2FJKjNhB5jGzuMDBMbxI0NFdd9QtmH-h71MhlHrWcN3nLvsAa1amm8I8ZiakzLFXS33XF9R8vGsIQp3swvcfv7K-qWYsTfYDlxsEiXeDbAnBYpqhhd_u35NOSCy01EPPDXuaMII4OenpmKIaC95pnT85jJXeISBRPxCFJUVNysqIBFeEhxNrZG1lgqgnFEFV6vn0c-qYjwsJRpM01FQm8tC_EMLmRW1Z2JfZGmR-YVLqiZw6dv-9RAvRDtEKowmtwSFQpiCUDxEktOMyS_N6ueKrSLt3T-myagnx7C1fuQc5lLfYOEJOIAhSocMxm0soRjoCTbvmaazgY5THmwUJApXtKkJOpNbNDOBVqU3F8syc3-h_vogo6Va8lSe6AmdP7va_23ju_ZQtTJZ5gi1i4K8U2ctPzhjau0wnV5GRNFIOCwqSYreoFyokkeyUVkhoZN2qP19q5lz2kZTycr45mbhRvmD_DfU2P11Md0x8e3ZH9Sp3dBl70_qLaMDUM1fExvF9jYc0zepUkZXHgxNP-DHf_SC5Zg5oa4bBWVqJxb2dAavL4-JPBgtTdRkPIddXwX8.iLrmSikhS3XPjsx_nkO7Mw ProfileInfo:com.microsoft.aad.adal.UserInfo@c7d9c5c TokenType:null TenantId:47e7d095-0860-410b-a9df-ed6992458ba0 08-29 12:49:58.235 12225-12225/com.microsoft.aad.adal.hello V/Main: ScopeInResponse Length:1 08-29 12:49:58.236 12225-12225/com.microsoft.aad.adal.hello V/Main: ScopeInResponse on 0 position:953584ba-f0da-4cd7-aa95-2274b673061f 08-29 12:49:58.236 12225-12225/com.microsoft.aad.adal.hello V/Main: ExpiresOn:Mon Aug 29 13:49:58 GMT+05:30 2016 08-29 12:49:58.236 12225-12225/com.microsoft.aad.adal.hello V/Main: createAuthorizationHeader:Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IklkVG9rZW5TaWduaW5nS2V5Q29udGFpbmVyLnYyIn0.eyJleHAiOjE0NzI0NTg3OTgsIm5iZiI6MTQ3MjQ1NTE5OCwidmVyIjoiMS4wIiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnRvbmxpbmUuY29tLzQ3ZTdkMDk1LTA4NjAtNDEwYi1hOWRmLWVkNjk5MjQ1OGJhMC92Mi4wLyIsInN1YiI6Ik5vdCBzdXBwb3J0ZWQgY3VycmVudGx5LiBVc2Ugb2lkIGNsYWltLiIsImF1ZCI6Ijk1MzU4NGJhLWYwZGEtNGNkNy1hYTk1LTIyNzRiNjczMDYxZiIsImFjciI6ImIyY18xX3Blb3BsZXNpZ25pbiIsImlhdCI6MTQ3MjQ1NTE5OCwiYXV0aF90aW1lIjoxNDcyNDU1MTk4LCJvaWQiOiJiNGVkMTdmOS0zZWIwLTQwYTctOWEzZS1mYjM2OTkyOTVmYTEiLCJuYW1lIjoiVGVzdCBQYXRpZW50IiwiZW1haWxzIjpbInRlc3QuMDFtdXNvZnRAZ21haWwuY29tIl19.m9BvUuycikK2eEHdG-N8x0RKRUHx6jHnYLhLFvTf7Pp_TcdLCfTC8p7nId-TvXzhRjR21egoJPZnx2BZN_FHnPiXnJRsdXcUWj8zaQe3boeOWAJ4mfiLS3ga8vj1AXSxWxBKaNN0wEC8LMILn_WVMojJn_KraGvRt60hIvLOS_vp8RXjZkBZjzXoT0wWuXPc1SDqlpHvrbh23iZB6IKqNl9edRUrTrW6liFKUobXt_zb3kOAMlCIbghexq2g1lhMp4zpe8MBFtRUbpwfm70Oyzfy_bBMIVYDztmGrqy1PhXk72NYm2eJhf54Qkv-CmsbbSjk-Km7G2jBWr2yR3gsnA 08-29 12:49:58.236 12225-12225/com.microsoft.aad.adal.hello V/Main: Status().name():Succeeded 08-29 12:49:58.236 12225-12225/com.microsoft.aad.adal.hello V/Main: UniqueId:null DisplayableId:null Name:Test Patient IdentityProvider:null PasswordChangeUrl:null PasswordExpiresOn:null 08-29 12:49:58.301 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0 08-29 12:49:58.301 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1 08-29 12:49:58.301 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3 08-29 12:50:00.281 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0 08-29 12:50:00.281 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1 08-29 12:50:00.281 12225-12256/com.microsoft.aad.adal.hello I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3

sunny01gupta commented 8 years ago

Get Token expired time is Mon Aug 29 13:46:46 GMT+05:30 2016 and Get Token Silent expired time is Mon Aug 29 13:49:58 GMT+05:30 2016 . The difference of time is only 3 minutes, so how can token expire while expiration duration is 1 hours? Give me a solution for resolving this issue. Thanks in advance.

weijjia commented 7 years ago

This branch of the library is going to be retired, so no new updates will be made. Please take a look at the OSS OAuth libraries mentioned on http://aka.ms/aadb2c as a replacement. We are working on the next gen library, the Microsoft Authentication Library (MSAL), that will work with B2C, and will be previewed later this year.