0% found this document useful (0 votes)
250 views

QuickRide Logcat

The log file shows the startup process of a mobile application. It initializes various SDKs and libraries like Firebase, Crashlytics, adjusting. It also initializes the session manager but is unable to resume a user session as one is not found. The application's splash activity is then launched and the app becomes visible to the user.

Uploaded by

Yash Ahuja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
250 views

QuickRide Logcat

The log file shows the startup process of a mobile application. It initializes various SDKs and libraries like Firebase, Crashlytics, adjusting. It also initializes the session manager but is unable to resume a user session as one is not found. The application's splash activity is then launched and the app becomes visible to the user.

Uploaded by

Yash Ahuja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 229

--------- beginning of main

01-27 16:09:31.027 15461 15461 E disha.quickrid: Not starting debugger since


process cannot load the jdwp agent.
01-27 16:09:31.258 15461 15461 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 16:09:31.267 15461 15461 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-27 16:09:31.267 15461 15461 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-27 16:09:31.271 15461 15461 I Perf : Connecting to perf service.
01-27 16:09:31.275 15461 15461 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is instantiated
01-27 16:09:31.276 15461 15461 I MultiDex: VM with version 2.1.0 has multidex
support
01-27 16:09:31.276 15461 15461 I MultiDex: Installing application
01-27 16:09:31.276 15461 15461 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-27 16:09:31.276 15461 15461 I MultiDex: Installing application
01-27 16:09:31.276 15461 15461 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-27 16:09:31.290 15461 15461 I FirebaseInitProvider: FirebaseApp initialization
successful
01-27 16:09:31.292 15461 15461 I CrashlyticsInitProvider: CrashlyticsInitProvider
skipping initialization
01-27 16:09:31.313 15461 15505 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
01-27 16:09:31.314 15461 15461 E Apxor : App Id is empty or null, couldn't
initialize ApxorSDK
01-27 16:09:31.314 15461 15505 I DpmTcmClient: RegisterTcmMonitor from: $Proxy0
01-27 16:09:31.444 15461 15461 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is created
01-27 16:09:31.444 15461 15461 V Font : Change font:1
01-27 16:09:31.444 15461 15461 V Font : Default
family:android.graphics.Typeface@3324ec54
01-27 16:09:31.444 15461 15461 D
com.disha.quickride.androidapp.startup.QuickRideApplication: enabled https
protocols null
01-27 16:09:31.457 15461 15461 E a : Value of SMT_USE_AD_ID : null
01-27 16:09:31.458 15461 15461 D NetcoreSDK: readConfig: null
01-27 16:09:31.494 15461 15461 I CleverTap: Activity Lifecycle Callback
successfully registered
01-27 16:09:31.495 15461 15461 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-27 16:09:31.496 15461 15461 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-27 16:09:31.516 15461 15461 D
com.disha.quickride.androidapp.startup.QuickRideApplication: Initializing Session
Manager
01-27 16:09:31.517 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Resuming
user session
01-27 16:09:31.517 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
createNewSessionManager
01-27 16:09:31.519 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: No User session
found
01-27 16:09:31.519 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Session
manager can't resume as user session not found
01-27 16:09:31.519 15461 15548 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation failed
01-27 16:09:31.519 15461 15548 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask:
com.disha.quickride.androidapp.startup.session.SessionManagerOperationFailedExcepti
on
01-27 16:09:31.519 15461 15548 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.resumeUserS
ession(SourceFile:93)
01-27 16:09:31.519 15461 15548 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask.performSessio
nInitializationOperation(SourceFile:21)
01-27 16:09:31.519 15461 15548 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:57)
01-27 16:09:31.519 15461 15548 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:15)
01-27 16:09:31.519 15461 15548 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
android.os.AsyncTask$3.call(AsyncTask.java:378)
01-27 16:09:31.519 15461 15548 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-27 16:09:31.519 15461 15548 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:09:31.519 15461 15548 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:09:31.519 15461 15548 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
java.lang.Thread.run(Thread.java:919)
01-27 16:09:31.519 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation took 2 ms
01-27 16:09:31.531 15461 15555 W DynamiteModule: Local module descriptor class for
providerinstaller not found.
01-27 16:09:31.533 15461 15556 E Perf : Fail to get file list
com.disha.quickride
01-27 16:09:31.534 15461 15556 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-27 16:09:31.534 15461 15556 E Perf : Fail to get file list
com.disha.quickride
01-27 16:09:31.534 15461 15556 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-27 16:09:31.534 15461 15556 E Perf : Fail to get file list oat
01-27 16:09:31.534 15461 15556 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-27 16:09:31.573 15461 15519 I CrashlyticsCore: Initializing Crashlytics 2.6.8.32
01-27 16:09:31.602 15461 15519 W com.facebook.appevents.AppEventsLogger:
activateApp events are being logged automatically. There's no need to call
activateApp explicitly, this is safe to remove.
01-27 16:09:31.605 15461 15519 I GAv4 : Google Analytics 12.4.51 is starting up.
To enable debug logging on a device run:
01-27 16:09:31.605 15461 15519 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG
01-27 16:09:31.605 15461 15519 I GAv4 : adb logcat -s GAv4
01-27 16:09:31.716 15461 15461 I
com.disha.quickride.androidapp.startup.QRSplashActivity: on create of splash
activity
01-27 16:09:31.720 15461 15461 I CleverTap: Account Region not specified in the
AndroidManifest - using default region
01-27 16:09:31.725 15461 15461 I CleverTap: CleverTap SDK initialized with
accountId: 677-74Z-765Z accountToken: 14a-aa6 accountRegion: null
01-27 16:09:31.725 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is opened by the user
01-27 16:09:31.763 15461 15593 I CleverTap: SDK Version Code is 30501
01-27 16:09:31.763 15461 15593 I CleverTap: CTPushNotificationReceiver is present
01-27 16:09:31.764 15461 15593 I CleverTap: InstallReferrerBroadcastReceiver is
present
01-27 16:09:31.764 15461 15593 I CleverTap: CTNotificationIntentService not present
01-27 16:09:31.765 15461 15593 I CleverTap: CTBackgroundJobService is present
01-27 16:09:31.766 15461 15593 I CleverTap: CTBackgroundIntentService is present
01-27 16:09:31.768 15461 15593 I CleverTap: InAppNotificationActivity is present
01-27 16:09:31.769 15461 15593 I CleverTap: FcmMessageListenerService not present
01-27 16:09:31.770 15461 15593 I CleverTap: FcmTokenListenerService not present
01-27 16:09:31.945 15461 15461 V FlingOptimizerScroller: FlingOptimizerOverScroller
Init
01-27 16:09:31.948 15461 15555 I DynamiteModule: Considering local module
providerinstaller:0 and remote module providerinstaller:0
01-27 16:09:31.948 15461 15555 W ProviderInstaller: Failed to load
providerinstaller module: No acceptable module found. Local version is 0 and remote
version is 0.
01-27 16:09:31.964 15461 15501 I FA : App measurement is starting up, version:
15300
01-27 16:09:31.964 15461 15501 I FA : To enable debug logging run: adb shell
setprop log.tag.FA VERBOSE
01-27 16:09:31.964 15461 15501 I FA : To enable faster debug mode event
logging run:
01-27 16:09:31.964 15461 15501 I FA : adb shell setprop
debug.firebase.analytics.app com.disha.quickride
01-27 16:09:31.971 15461 15555 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 16:09:31.975 15461 15461 D
com.disha.quickride.androidapp.location.GoogleApiClientProvider:
getGoogleApiClient()
01-27 16:09:31.978 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is visible
01-27 16:09:31.988 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:09:31.992 15461 15555 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 16:09:32.068 15461 15555 V NativeCrypto: Registering
com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods...
01-27 16:09:32.083 15461 15461 D a : registerEvent: Token is Null
01-27 16:09:32.130 15461 15555 I ProviderInstaller: Installed default security
provider GmsCore_OpenSSL
01-27 16:09:32.173 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:09:32.184 15461 15600 W Java7Support: Unable to load JDK7 types
(annotations, java.nio.file.Path): no Java7 support added
01-27 16:09:32.281 15461 15519 D AppsFlyer_4.9.0: Initializing AppsFlyer SDK:
(v4.9.0.184)
01-27 16:09:32.285 15461 15608 W b : Response from url :{"InAppRuleList":
[],"smartechSettings":
{"sessionInterval":30,"batchInterval":60,"batchSize":30,"sdkActive":true,"paEnabled
":true,"paInterval":15,"panelActive":true,"baseUrls":
{"trackAppActUrl":"https:\/\/ptop.only.wip.la:443\/https\/npn.netcoresmartech.com\/","pushAmpUrl":"https:\/\/ptop.only.wip.la:443\/https\/npa
.netcoresmartech.com\/","inAppUrl":"https:\/\/ptop.only.wip.la:443\/https\/ninapp.netcoresmartech.com\/","inboxU
rl":"https:\/\/ptop.only.wip.la:443\/https\/ninbox.netcoresmartech.com\/"}}}
01-27 16:09:32.291 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:09:32.380 15461 15527 I ApxorSDK: ApxorSDK(v258) successfully initialized
for: d25af8de489a0ca420f9540aed14013a
01-27 16:09:32.561 15461 15557 I AdrenoGLES: QUALCOMM build :
bc92c36, I9e73322269
01-27 16:09:32.561 15461 15557 I AdrenoGLES: Build Date :
08/28/19
01-27 16:09:32.561 15461 15557 I AdrenoGLES: OpenGL ES Shader Compiler Version:
EV031.27.02.00
01-27 16:09:32.561 15461 15557 I AdrenoGLES: Local Branch :
01-27 16:09:32.561 15461 15557 I AdrenoGLES: Remote Branch :
refs/tags/AU_LINUX_ANDROID_LA.UM.8.1.R1.09.00.00.529.074
01-27 16:09:32.561 15461 15557 I AdrenoGLES: Remote Branch :
NONE
01-27 16:09:32.561 15461 15557 I AdrenoGLES: Reconstruct Branch :
NOTHING
01-27 16:09:32.561 15461 15557 I AdrenoGLES: Build Config : S P
8.0.8 AArch64
01-27 16:09:32.589 15461 15557 I AdrenoGLES: PFP: 0x016ee187, ME: 0x00000000
01-27 16:09:32.631 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@d852763[QRSplashActivity]
01-27 16:09:32.678 15461 15557 W Gralloc3: mapper 3.x is not supported
01-27 16:09:32.742 15461 15557 D : Successfully load libgui-plugin.so,
this=0x7e8d9fe050
01-27 16:09:32.747 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:09:32.755 15461 15461 I AppsFlyer_4.9.0: MultipleInstallBroadcastReceiver
called
01-27 16:09:32.755 15461 15461 I AppsFlyer_4.9.0: ****** onReceive called *******
01-27 16:09:32.755 15461 15461 I AppsFlyer_4.9.0: Play store referrer:
utm_source=(not%20set)&utm_medium=(not%20set)
01-27 16:09:32.773 15461 15461 I AppsFlyer_4.9.0: trigger onReceive: class:
com.disha.quickride.androidapp.startup.InstallReferrerReceiver
01-27 16:09:32.774 15461 15461 D
com.disha.quickride.androidapp.startup.InstallReferrerReceiver: onReceive with
action: com.android.vending.INSTALL_REFERRER; data: null; extras:
referrer=utm_source=(not%20set)&utm_medium=(not%20set)
referrer_timestamp_seconds=1580121447
01-27 16:09:32.774 15461 15461 D
com.disha.quickride.androidapp.startup.InstallReferrerReceiver: Referrer info
utm_source=(not%20set)&utm_medium=(not%20set)
01-27 16:09:32.774 15461 15461 D
com.disha.quickride.androidapp.startup.InstallReferrerReceiver: Found valid
userRefererInfo which will be used during sign up : UserRefererInfo [id=0,
uniqueDeviceId=null, source=(not set), medium=(not set), term=null, content=null,
campaign=null, userId=0, createdDate=null, lastUpdatedTime=null,
googleAdvertisingId=null, appsFlyerId=null, publisherId=null, subPublisherId=null,
adInfo=null]
01-27 16:09:32.774 15461 15461 D
com.disha.quickride.androidapp.startup.InstallReferrerReceiver: Notifying
CampaignTrackingReceiver
01-27 16:09:32.775 15461 15461 I AppsFlyer_4.9.0: trigger onReceive: class:
com.google.android.gms.analytics.CampaignTrackingReceiver
01-27 16:09:32.775 15461 15461 I AppsFlyer_4.9.0: trigger onReceive: class:
com.clevertap.android.sdk.InstallReferrerBroadcastReceiver
01-27 16:09:32.777 15461 15461 I AppsFlyer_4.9.0: trigger onReceive: class:
com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver
01-27 16:09:32.778 15461 15461 I FA : Install referrer extras are:
utm_source=(not%20set)&utm_medium=(not%20set)
01-27 16:09:32.924 15461 15593 I CleverTap:677-74Z-765Z: FCM token: null
01-27 16:09:33.041 15461 15461 D
com.disha.quickride.androidapp.startup.QuickRideApplication:
ProviderInstaller.installIfNeededAsync onProviderInstalled
01-27 16:09:33.060 15461 15461 I Choreographer: Skipped 32 frames! The application
may be doing too much work on its main thread.
01-27 16:09:33.061 15461 15501 I FA : Tag Manager is not found and thus will
not be used
01-27 16:09:33.068 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.startup.QRSplashActivity--- jank
level = 3
01-27 16:09:33.077 15461 15461 D AppsFlyer_4.9.0: InstallReferrer connected
01-27 16:09:33.166 15461 15501 I FA : Install Referrer Reporter is
initializing
01-27 16:09:33.504 15461 15501 I FA : Install Referrer Service is: available
01-27 16:09:33.505 15461 15461 D
com.disha.quickride.androidapp.startup.InstallReferrerReceiver: onReceive with
action: com.android.vending.INSTALL_REFERRER; data: null; extras:
referrer=utm_source=(not%20set)&utm_medium=(not%20set)
referrer_timestamp_seconds=1580121447
01-27 16:09:33.505 15461 15461 D
com.disha.quickride.androidapp.startup.InstallReferrerReceiver: Referrer info
utm_source=(not%20set)&utm_medium=(not%20set)
01-27 16:09:33.505 15461 15461 D
com.disha.quickride.androidapp.startup.InstallReferrerReceiver: Found valid
userRefererInfo which will be used during sign up : UserRefererInfo [id=0,
uniqueDeviceId=null, source=(not set), medium=(not set), term=null, content=null,
campaign=null, userId=0, createdDate=null, lastUpdatedTime=null,
googleAdvertisingId=null, appsFlyerId=null, publisherId=null, subPublisherId=null,
adInfo=null]
01-27 16:09:33.505 15461 15461 D
com.disha.quickride.androidapp.startup.InstallReferrerReceiver: Notifying
CampaignTrackingReceiver
01-27 16:09:33.521 15461 15461 D
com.disha.quickride.androidapp.location.GoogleApiClientProvider: onConnected
01-27 16:09:33.522 15461 15461 D
com.disha.quickride.androidapp.startup.QRSplashActivity: Seeking permissions from
user : [android.permission.READ_EXTERNAL_STORAGE,
android.permission.WRITE_EXTERNAL_STORAGE, android.permission.ACCESS_FINE_LOCATION]
01-27 16:09:33.566 15461 15461 I FA : Install Referrer Service connected
01-27 16:09:33.733 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:09:33.893 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:09:34.115 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:09:34.244 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:09:36.896 15461 15597 W GAv4 : Ignoring duplicate install campaign
01-27 16:09:36.907 15461 15597 W GAv4 : Ignoring duplicate install campaign
01-27 16:09:36.907 15461 15597 I chatty : uid=10450(com.disha.quickride)
measurement-1 identical 1 line
01-27 16:09:36.907 15461 15597 W GAv4 : Ignoring duplicate install campaign
01-27 16:09:36.934 15461 15771 D SlaveNetworkWorker: not matched: 1
01-27 16:09:36.943 15461 15768 D SlaveNetworkWorker: not matched:
01-27 16:09:36.969 15461 15771 I WebViewFactory: Loading com.google.android.webview
version 74.0.3729.157 (code 373015758)
01-27 16:09:36.998 15461 15597 W GAv4 : Ignoring duplicate install campaign
01-27 16:09:37.067 15461 15769 D b : Get:
https://pa.netcoresmartech.com/getnotifications?
sdkversion=2.2.1&appid=d25af8de489a0ca420f9540aed14013a&guid=7e30f1fa-c105-4964-
bbc5-77aac2c0d007&lts=1580121576&type=android -> --- 200 OK
{"pa_enable":"1","notifications":[],"pa_freq":"15"}
01-27 16:09:37.151 15461 15508 E GraphResponse: {HttpStatus: 400, errorCode: 43003,
subErrorCode: -1, errorType: OAuthException, errorMessage: (#43003) App button auto
detection is disabled}
01-27 16:09:37.205 15461 15461 I FA : Install referrer extras are:
utm_source=(not%20set)&utm_medium=(not%20set)
01-27 16:09:37.275 15461 15771 I cr_LibraryLoader: Time to load native libraries: 2
ms (timestamps 2236-2238)
01-27 16:09:37.311 15461 15461 I chromium: [INFO:library_loader_hooks.cc(50)]
Chromium logging enabled: level = 0, default verbosity = 0
01-27 16:09:37.313 15461 15461 I cr_LibraryLoader: Expected native library version
number "74.0.3729.157", actual native library version number "74.0.3729.157"
01-27 16:09:37.332 15461 15509 D
com.disha.quickride.androidapp.startup.QRSplashActivity: URI from appLinkData :
quickride://newride
01-27 16:09:37.332 15461 15509 D
com.disha.quickride.androidapp.startup.QRSplashActivity: refererData from
appLinkData : null
01-27 16:09:37.332 15461 15509 D
com.disha.quickride.androidapp.startup.QRSplashActivity: argumentBundle in
appLinkData : Bundle[{com.facebook.platform.APPLINK_NATIVE_CLASS=,
target_url=quickride://newride,
com.facebook.platform.APPLINK_NATIVE_URL=quickride://newride}]
01-27 16:09:37.332 15461 15509 D
com.disha.quickride.androidapp.startup.QRSplashActivity: appLinkNativeUrl in
appLinkData : quickride://newride
01-27 16:09:37.353 15461 15785 W cr_ChildProcLH: Create a new
ChildConnectionAllocator with package name = com.google.android.webview, sandboxed
= true
01-27 16:09:37.511 15461 15501 I FA : Install Referrer Reporter is
initializing
01-27 16:09:37.532 15461 15461 I cr_BrowserStartup: Initializing chromium process,
singleProcess=false
01-27 16:09:37.551 15461 15501 I FA : Install Referrer Service is: available
01-27 16:09:37.633 15461 15461 E chromium: [ERROR:filesystem_posix.cc(89)] stat
/data/user/0/com.disha.quickride/cache/WebView/Crashpad: No such file or directory
(2)
01-27 16:09:37.634 15461 15461 E chromium: [ERROR:filesystem_posix.cc(62)] mkdir
/data/user/0/com.disha.quickride/cache/WebView/Crashpad: No such file or directory
(2)
01-27 16:09:37.955 15461 15461 I FA : Install Referrer Service connected
01-27 16:09:38.064 15461 15771 D b : getData: response code:200
01-27 16:09:38.065 15461 15771 D b : POST:
https://pn.netcoresmartech.com/app_activity ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"","ostype":"Android","make":"OnePlus","model":"GM1901","o
sversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127160933,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121573059","eventid":"20"} ---
200 OK {"status" : "success"}
01-27 16:09:38.065 15461 15768 D b : getData: response code:200
01-27 16:09:38.065 15461 15768 D b : POST:
https://pn.netcoresmartech.com/app_activity ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"","ostype":"Android","make":"OnePlus","model":"GM1901","o
sversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127160933,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121573056","eventid":"26"} ---
200 OK {"status" : "success"}
01-27 16:09:38.079 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=cbfaafc2-d05f-4344-b333-c17860194703,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:09:38.094 15461 15596 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=ca477e0d-958d-47e4-8810-3051c8dd1dbc,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:09:38.850 15461 15925 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New token
generated : eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:09:38.862 15461 15925 I AppsFlyer_4.9.0: updateServerUninstallToken called
with:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:09:38.869 15461 15509 I AppsFlyer_4.9.0: call =
https://register.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride; size = 486 bytes; body =
{"devkey":"s********************m","operator":"airtel","network":"MOBILE","app_name
":"Quick Ride","uid":"1580121578867-
3762180197533250658","carrier":"airtel","app_version_code":"392","installDate":"202
0-01-
27_103818+0000","af_gcm_token":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGX
zznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"launch_counter":"0","model":"GM1901","sdk":"29","app_version_name":"9.42","brand"
:"OnePlus"}
01-27 16:09:38.875 15461 15771 D SlaveNetworkWorker: not matched:
01-27 16:09:38.914 15461 15771 D b : getData: response code:200
01-27 16:09:38.914 15461 15771 D b : POST:
https://pn.netcoresmartech.com/pn_register ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"","ostype":"Android","make":"OnePlus","model":"GM1901","o
sversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127160938,"lat":null,"lng":
null,"adid":"","oldToken":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp
9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sessionid":"1580121571980","tx":"1580121578861","eventid":"25","token":"eguMVjeN_
q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
} --- 200 OK {"status":"success","panelStatus":"1"}
01-27 16:09:38.916 15461 15598 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=01c95fd6-3a9b-439f-8ca7-a96db23004ec,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:09:39.562 15461 15509 I AppsFlyer_4.9.0: Status 200 ok
01-27 16:09:39.563 15461 15509 D AppsFlyer_4.9.0: Successfully registered for
Uninstall Tracking
01-27 16:09:39.563 15461 15461 I AppsFlyer_4.9.0: Connection call succeeded:
{"string_response":"ok\n"}
01-27 16:09:40.027 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@d852763[QRSplashActivity]
01-27 16:09:40.065 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:40.084 15461 15461 I AppsFlyer_4.9.0: onBecameForeground
01-27 16:09:40.084 15461 15461 I AppsFlyer_4.9.0: Sending first launch for this
session!
01-27 16:09:40.104 15461 15461 E SensorManager: registerListenerImpl
sensorName:mmc5603x Magnetometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:40.119 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Gyroscope Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:40.131 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:40.145 15461 15925 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {af-uinstall-tracking=true}
01-27 16:09:40.146 15461 15925 E b : Error: No value for data
01-27 16:09:40.146 15461 15925 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Not handled
by NetCore
01-27 16:09:40.146 15461 15925 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Session is
not yet initialized; will queue up the message and process after session is
initialized
01-27 16:09:40.235 15461 15985 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:09:40.235 15461 15985 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:09:40.269 15461 15985 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Launch
01-27 16:09:40.272 15461 15985 I AppsFlyer_4.9.0: Initialising KeyStore..
01-27 16:09:40.289 15461 15985 I AppsFlyer_4.9.0: Creating a new key with alias:
com.appsflyer,KSAppsFlyerId=1580121578867-
3762180197533250658,KSAppsFlyerRICounter=0
01-27 16:09:40.638 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:40.648 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:40.653 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:40.954 15461 15461 I
com.disha.quickride.androidapp.startup.QRSplashActivity: Checking session status
and transferring to next activity
01-27 16:09:40.956 15461 16011 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Resuming
user session
01-27 16:09:40.957 15461 16011 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
createNewSessionManager
01-27 16:09:40.957 15461 16011 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
destroySessionManager
01-27 16:09:40.957 15461 16011 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
onSessionManagerDestroyed
01-27 16:09:40.958 15461 16011 D
com.disha.quickride.androidapp.startup.session.SessionManager: No User session
found
01-27 16:09:40.958 15461 16011 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Session
manager can't resume as user session not found
01-27 16:09:40.958 15461 16011 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation failed
01-27 16:09:40.958 15461 16011 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask:
com.disha.quickride.androidapp.startup.session.SessionManagerOperationFailedExcepti
on
01-27 16:09:40.958 15461 16011 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.resumeUserS
ession(SourceFile:93)
01-27 16:09:40.958 15461 16011 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask.performSessio
nInitializationOperation(SourceFile:21)
01-27 16:09:40.958 15461 16011 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:57)
01-27 16:09:40.958 15461 16011 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:15)
01-27 16:09:40.958 15461 16011 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
android.os.AsyncTask$3.call(AsyncTask.java:378)
01-27 16:09:40.958 15461 16011 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-27 16:09:40.958 15461 16011 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:09:40.958 15461 16011 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:09:40.958 15461 16011 E
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: at
java.lang.Thread.run(Thread.java:919)
01-27 16:09:40.958 15461 16011 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation took 2 ms
01-27 16:09:40.959 15461 15461 I
com.disha.quickride.androidapp.startup.QRSplashActivity: navigating to new user
screen
01-27 16:09:41.138 15461 15985 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:09:41.139 15461 15985 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:09:41.147 15461 15985 D AppsFlyer_4.9.0: AppsFlyer: first launch detected
01-27 16:09:41.147 15461 15985 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:09:41.148 15461 15985 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:09:41.150 15461 15985 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:09:41.150 15461 15985 D AppsFlyer_4.9.0: Install referrer is allowed
01-27 16:09:41.153 15461 15985 I AppsFlyer_4.9.0: url:
https://t.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:09:41.153 15461 15985 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121580252","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"true","registeredUninstall":true,"operator":"a
irtel","network":"MOBILE","timepassedsincelastlaunch":"-
1","open_referrer":"android-
app:\/\/net.oneplus.launcher","af_v2":"fe231f572013160cbcf95e8c034f40e27eb10d50","u
id":"1580121578867-
3762180197533250658","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"model":"GM1901","lang":"English","brand":"OnePlus","ba
tteryLevel":"41.0","deviceType":"user","product":"OnePlus7","deviceData":
{"sensors":[{"sT":4,"sVS":[0.47372562,0.7990874,0.25413498],"sN":"lsm6dsm Gyroscope
Non-wakeup","sV":"STMicro","sVE":[0.81458807,1.0727547,1.478308]},{"sT":2,"sVS":
[18.758339,-51.931366,-40.919556],"sN":"mmc5603x Magnetometer Non-
wakeup","sV":"memsic","sVE":[18.72689,-63.362274,-26.96283]},{"sT":1,"sVS":
[3.6315606,2.2537804,8.536928],"sN":"lsm6dsm Accelerometer Non-
wakeup","sV":"STMicro","sVE":[1.5486946,3.2138138,9.631032]}],"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","btch":"no","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","btl":"41.0","cpu_abi2":""},"installer_package":"com.android.vending"
,"date2":"2020-01-27_103818+0000","counter":"1","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","kef4f62":"16dd7faf0989dee94818181f0c531
a0d5918180d5a1f1f","referrer":"utm_source=(not%20set)&utm_medium=(not
%20set)","af_v":"6356bbb111516a4690e2c220fd8f68d15ea08e02","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"0","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","platformextension":"an
droid_native","cksm_v1":"b7ea9fe2812a59821fdf3555497a9f1e41","rfr":
{"val":"utm_source=(not%20set)&utm_medium=(not
%20set)","code":"0","clk":"1580121447","install":"1580121456"}}
01-27 16:09:41.876 15461 15985 I AppsFlyer_4.9.0: response code: 200
01-27 16:09:41.876 15461 15985 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:09:41.883 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:41.887 15461 15985 I AppsFlyer_4.9.0: Calling server for attribution
url: https://api.appsflyer.com/install_data/v3/com.disha.quickride?
devkey=s********************m&device_id=1580121578867-3762180197533250658
01-27 16:09:41.897 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@74b4e3
01-27 16:09:41.900 15461 15461 I
com.disha.quickride.androidapp.startup.QRHomeScreenActivity: on create of
QRHomeScreenActivity called
01-27 16:09:41.932 15461 15596 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=0aa8d251-804c-4956-8dc6-a185d6524ad1,
tags={ in.netcore.smartechfcm.workmanager.SlaveDBSyncWorker } ]
01-27 16:09:41.970 15461 16025 I
com.disha.quickride.androidapp.analytics.AnalyticsEventsRunnableTaskThread:
AnalyticsEventsRunnableTask
01-27 16:09:41.974 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:41.983 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:09:42.020 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@81eab2a[QRHomeScreenActivity]
01-27 16:09:42.129 15461 16016 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:09:42.130 15461 16016 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:09:42.313 15461 15768 D SlaveNetworkWorker: not matched: 1
01-27 16:09:42.352 15461 15768 D b : getData: response code:200
01-27 16:09:42.352 15461 15768 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"","ostype":"Android","make":"OnePlus","model":"GM1901","o
sversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127160941,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121581979","eventname":"appope
nsignupwindow","payload":{"DeviceId":"c2f7364d6d035220"}} --- 200 OK {"status" :
"success"}
01-27 16:09:42.359 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=dc6c1c91-23aa-447c-9dbf-54b8eb968435,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:09:42.569 15461 15985 D AppsFlyer_4.9.0: iscache=false caching conversion
data
01-27 16:09:42.596 15461 16016 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
AppOpenSignupWindow
01-27 16:09:42.651 15461 16016 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:09:42.652 15461 16016 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:09:42.657 15461 16016 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:09:42.658 15461 16016 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:09:42.659 15461 16016 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:09:42.665 15461 16030 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:09:42.665 15461 16030 I AppsFlyer_4.9.0: data:
{"kef4563":"fa186f6095c19a5f4818181f0c531a0d5918180d5a1f19","country":"US","af_time
stamp":"1580121582548","appsflyerKey":"s********************m","af_events_api":"1",
"isFirstCall":"false","registeredUninstall":true,"operator":"airtel","network":"MOB
ILE","af_v2":"b1a1e63f5e88b6e629b1fc5f5883808c924dc9fd","uid":"1580121578867-
3762180197533250658","eventValue":"{\"DeviceId\":\"c2f7364d6d035220\"}","isGaidWith
Gps":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"AppOpenSignupWindow","model":"GM1901","lan
g":"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData
":{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"1","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"319436d3858770c917324b47b5c3ce1baf2ed62d","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"1","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","platformextension":"an
droid_native","cksm_v1":"5ba75b432aa4d2c76f39d3857c9e8fb915"}
01-27 16:09:43.345 15461 16030 I AppsFlyer_4.9.0: response code: 200
01-27 16:09:43.345 15461 16030 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:09:51.728 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:51.739 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@b2e3650
01-27 16:09:51.742 15461 15461 I
com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberActivity: On create
for QRPhoneNumberActivity
01-27 16:09:51.794 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:51.800 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:09:51.814 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@af9f082[QRPhoneNumberActivity]
01-27 16:09:51.865 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:09:51.878 15461 16030 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:09:51.878 15461 16030 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:09:51.885 15461 15771 D SlaveNetworkWorker: not matched: 1
01-27 16:09:51.947 15461 15771 D b : getData: response code:200
01-27 16:09:51.948 15461 15771 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"","ostype":"Android","make":"OnePlus","model":"GM1901","o
sversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127160951,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121591727","eventname":"firstp
agectaclick","payload":{"DeviceId":"c2f7364d6d035220","loginOrSignUpType":"Phone"}}
--- 200 OK {"status" : "success"}
01-27 16:09:51.991 15461 15596 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=8cb9569a-0a30-4fbe-89c4-974a3e9953b1,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:09:52.014 15461 16030 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
FirstPageCTAClick
01-27 16:09:52.228 15461 16030 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:09:52.229 15461 16030 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:09:52.236 15461 16030 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:09:52.236 15461 16030 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:09:52.240 15461 16030 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:09:52.241 15461 16146 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:09:52.241 15461 16146 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121591990","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","af_v2":"3b7e736835b7d6682f5341fc5c163aea62f974a2","ui
d":"1580121578867-
3762180197533250658","eventValue":"{\"DeviceId\":\"c2f7364d6d035220\",\"loginOrSign
UpType\":\"Phone\"}","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"FirstPageCTAClick","model":"GM1901","lang"
:"English","brand":"OnePlus","deviceType":"user","kef4d6e":"5fc5485adecf67ec4818181
d0c531a0d5918180d5a1f1e","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"1","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"f6a76ad00515be5c7c41f595d881cccffebea3e1","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"2","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121582596\",\"prev_event_value\":\"{\\\"DeviceId\\\":\\\"c2f
7364d6d035220\\\"}\",\"prev_event_name\":\"AppOpenSignupWindow\"}","platformextensi
on":"android_native","cksm_v1":"f410ad733de9993b3f3678b72db76fecb6"}
01-27 16:09:52.612 15461 16146 I AppsFlyer_4.9.0: response code: 200
01-27 16:09:52.613 15461 16146 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:09:55.383 15461 15461 I
com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberActivity: validating
of user phone
01-27 16:09:55.399 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:09:55.411 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:09:55.430 15461 15678 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@90536a2[QRPhoneNumberActivity]
01-27 16:09:55.433 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:09:55.504 15461 15770 D SlaveNetworkWorker: not matched: 1
01-27 16:09:55.562 15461 16030 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:09:55.562 15461 16030 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:09:55.564 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:09:55.567 15461 15476 W System : A resource failed to call end.
01-27 16:09:55.567 15461 15476 I chatty : uid=10450(com.disha.quickride)
FinalizerDaemon identical 4 lines
01-27 16:09:55.567 15461 15476 W System : A resource failed to call end.
01-27 16:09:55.705 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@af9f082[QRPhoneNumberActivity]
01-27 16:09:55.710 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberA
ctivity--- jank level = 1
01-27 16:09:55.715 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:55.728 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@946037b
01-27 16:09:55.731 15461 15461 I
com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberVerificationActivity:
On Create for user Activation Activity
01-27 16:09:55.751 15461 15770 D b : getData: response code:200
01-27 16:09:55.751 15461 15770 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"","ostype":"Android","make":"OnePlus","model":"GM1901","o
sversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127160955,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121595412","eventname":"contac
tnoentered","payload":{"DeviceId":"c2f7364d6d035220","contactNumber":"8586003883"}}
--- 200 OK {"status" : "success"}
01-27 16:09:55.754 15461 16030 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
ContactNoEntered
01-27 16:09:55.758 15461 15461 D AutoManageHelper: starting AutoManage for client
730 false null
01-27 16:09:55.760 15461 15461 D AutoManageHelper: onStart true {730=bir$a@95e436c}
01-27 16:09:55.761 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:09:55.762 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=07b337e0-2a29-45a6-8c37-6d01c21e3869,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:09:55.782 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:09:55.800 15461 15678 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@180b932[QRPhoneNumberVerificationActivity]
01-27 16:09:55.809 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:09:56.010 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberV
erificationActivity--- jank level = 1
01-27 16:09:56.023 15461 16030 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:09:56.024 15461 16030 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:09:56.027 15461 16030 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:09:56.028 15461 16030 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:09:56.029 15461 16030 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:09:56.030 15461 16146 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:09:56.030 15461 16146 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121595733","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","af_v2":"bfbfb130781379d59721b97bb53b0ec911c94bc3","ui
d":"1580121578867-
3762180197533250658","eventValue":"{\"contactNumber\":\"8586003883\",\"DeviceId\":\
"c2f7364d6d035220\"}","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"ContactNoEntered","model":"GM1901","lang":
"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData":
{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"1","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"b5474965e96ca64707c2c3c426507a8b1da2017b","kef4e64":"de955878f83f4
bb54818181d0c531a0d5918180d5a1f1e","carrier":"airtel","af_preinstalled":"false","ia
ecounter":"3","tokenRefreshConfigured":false,"af_gcm_token":"eguMVjeN_q0:APA91bGCu6
T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121592015\",\"prev_event_value\":\"{\\\"DeviceId\\\":\\\"c2f
7364d6d035220\\\",\\\"loginOrSignUpType\\\":\\\"Phone\\\"}\",\"prev_event_name\":\"
FirstPageCTAClick\"}","platformextension":"android_native","cksm_v1":"0dac4df321a5e
84cef6a3936690b6f77eb"}
01-27 16:09:56.035 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberV
erificationActivity--- jank level = 1
01-27 16:09:56.225 15461 16146 I AppsFlyer_4.9.0: response code: 200
01-27 16:09:56.225 15461 16146 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:09:59.690 15461 15461 D
com.disha.quickride.androidapp.GoogleSMSBroadcastReceiver: otp status
Status{statusCode=SUCCESS, resolution=null}
01-27 16:09:59.690 15461 15461 D
com.disha.quickride.androidapp.GoogleSMSBroadcastReceiver: otp received [#] Please
enter 0013 to activate your account. Thankyou. QuickRide ceUU4H4DKSl
01-27 16:09:59.690 15461 15461 D
com.disha.quickride.androidapp.GoogleSMSBroadcastReceiver: otp trimmed Please enter
0013 to activate your account. Thankyou. QuickRide
01-27 16:09:59.690 15461 15461 D
com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberVerificationActivity:
onOTPReceived()
01-27 16:09:59.852 15461 15461 D
com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberVerificationActivity:
afterTextChanged()
01-27 16:09:59.854 15461 15461 D
com.disha.quickride.androidapp.GoogleSMSBroadcastReceiver: otp status
Status{statusCode=SUCCESS, resolution=null}
01-27 16:09:59.854 15461 15461 D
com.disha.quickride.androidapp.GoogleSMSBroadcastReceiver: otp received [#] Please
enter 0013 to activate your account. Thankyou. QuickRide ceUU4H4DKSl
01-27 16:09:59.854 15461 15461 D
com.disha.quickride.androidapp.GoogleSMSBroadcastReceiver: otp trimmed Please enter
0013 to activate your account. Thankyou. QuickRide
01-27 16:09:59.858 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:09:59.858 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberV
erificationActivity--- jank level = 1
01-27 16:09:59.894 15461 15461 W IInputConnectionWrapper: getTextBeforeCursor on
inactive InputConnection
01-27 16:09:59.900 15461 15461 W IInputConnectionWrapper: getSelectedText on
inactive InputConnection
01-27 16:09:59.900 15461 15461 W IInputConnectionWrapper: getTextAfterCursor on
inactive InputConnection
01-27 16:09:59.999 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:10:00.988 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:01.001 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@2f5027b
01-27 16:10:01.003 15461 15461 D
com.disha.quickride.androidapp.usermgmt.register.QRUserCreationActivity: On create
of user registration activity
01-27 16:10:01.057 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:01.067 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:10:01.085 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
01-27 16:10:01.116 15461 16030 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:10:01.116 15461 16030 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:10:01.120 15461 15768 D SlaveNetworkWorker: not matched: 1
01-27 16:10:01.166 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:01.176 15461 15768 D b : getData: response code:200
01-27 16:10:01.176 15461 15768 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"","ostype":"Android","make":"OnePlus","model":"GM1901","o
sversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161000,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121600966","eventname":"usermo
bileverified","payload":{"userActivationStatus":"NEW","verificationType":"OTP"}}
--- 200 OK {"status" : "success"}
01-27 16:10:01.202 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=d5244867-b9a5-4aca-b192-60f506c49367,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
--------- beginning of system
01-27 16:10:01.391 15461 15461 E ActivityThread: Activity
com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberVerificationActivity
has leaked IntentReceiver
com.disha.quickride.androidapp.GoogleSMSBroadcastReceiver@bef16d that was
originally registered here. Are you missing a call to unregisterReceiver()?
01-27 16:10:01.391 15461 15461 E ActivityThread: android.app.IntentReceiverLeaked:
Activity
com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberVerificationActivity
has leaked IntentReceiver
com.disha.quickride.androidapp.GoogleSMSBroadcastReceiver@bef16d that was
originally registered here. Are you missing a call to unregisterReceiver()?
01-27 16:10:01.391 15461 15461 E ActivityThread: at
android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:1603)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:1368)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1539)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
android.app.ContextImpl.registerReceiver(ContextImpl.java:1512)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
android.app.ContextImpl.registerReceiver(ContextImpl.java:1500)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
android.content.ContextWrapper.registerReceiver(ContextWrapper.java:627)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberVerificationActivity$
1.onSuccess(SourceFile:156)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
com.disha.quickride.androidapp.usermgmt.register.QRPhoneNumberVerificationActivity$
1.onSuccess(SourceFile:150)
01-27 16:10:01.391 15461 15461 E ActivityThread: at dse.run(Unknown Source:4)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
android.os.Handler.handleCallback(Handler.java:883)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
android.os.Handler.dispatchMessage(Handler.java:100)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
android.os.Looper.loop(Looper.java:214)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
android.app.ActivityThread.main(ActivityThread.java:7682)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
java.lang.reflect.Method.invoke(Native Method)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
01-27 16:10:01.391 15461 15461 E ActivityThread: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
01-27 16:10:01.415 15461 16030 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
userMobileVerified
01-27 16:10:01.528 15461 15655 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:10:01.528 15461 15655 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:10:01.528 15461 15655 I AppsFlyer_4.9.0: app went to background
01-27 16:10:01.531 15461 15655 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:10:01.531 15461 15655 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:10:01.882 15461 16030 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:10:01.885 15461 16030 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:10:01.907 15461 16030 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:10:01.908 15461 16030 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:10:01.921 15461 16030 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:10:01.924 15461 16376 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:10:01.925 15461 16376 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121601386","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","af_v2":"834eac19f59b53b0c5eac3b04ad82d5f3bba33cd","ui
d":"1580121578867-
3762180197533250658","eventValue":"{\"userActivationStatus\":\"NEW\",\"verification
Type\":\"OTP\"}","isGaidWithGps":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"userMobileVerified","model":"GM1901","lang
":"English","brand":"OnePlus","deviceType":"user","kef4b6f":"9040221e9ebb06c6481818
1c0c531a0d5918180d5a1f1e","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"1","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"cba7c26c0ee2667a9fcd32af805fb5b7f49794b1","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"4","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121595755\",\"prev_event_value\":\"{\\\"contactNumber\\\":\\
\"8586003883\\\",\\\"DeviceId\\\":\\\"c2f7364d6d035220\\\"}\",\"prev_event_name\":\
"ContactNoEntered\"}","platformextension":"android_native","cksm_v1":"fb2dc4e2a9990
6da4fb3d9660104ff9c13"}
01-27 16:10:02.102 15461 16376 I AppsFlyer_4.9.0: response code: 200
01-27 16:10:02.102 15461 16376 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:10:04.841 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:04.849 15461 15461 I AppsFlyer_4.9.0: onBecameForeground
01-27 16:10:04.849 15461 15461 I AppsFlyer_4.9.0: Last Launch attempt: 2020/01/27
10:39:40.084 +0000;
01-27 16:10:04.849 15461 15461 I AppsFlyer_4.9.0: Last successful Launch event:
2020/01/27 10:39:41.876 +0000;
01-27 16:10:04.849 15461 15461 I AppsFlyer_4.9.0: Sending launch (+24765 ms)
01-27 16:10:04.865 15461 15678 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
01-27 16:10:04.867 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:04.894 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:04.894 15461 15461 I chatty : uid=10450(com.disha.quickride) identical
1 line
01-27 16:10:04.894 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:05.000 15461 16441 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:10:05.000 15461 16441 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:10:05.176 15461 16441 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Launch
01-27 16:10:05.406 15461 16444 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:10:05.406 15461 16444 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:10:05.406 15461 16444 I AppsFlyer_4.9.0: app went to background
01-27 16:10:05.408 15461 16444 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:10:05.408 15461 16444 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:10:05.530 15461 16441 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:10:05.538 15461 16441 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:10:05.541 15461 16441 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:10:05.541 15461 16441 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:10:05.544 15461 16441 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:10:05.545 15461 16441 D AppsFlyer_4.9.0: Install referrer is allowed
01-27 16:10:05.548 15461 16452 I AppsFlyer_4.9.0: url:
https://t.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:10:05.548 15461 16452 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121605153","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","timepassedsincelastlaunch":"24","open_referrer":"andr
oid-
app:\/\/com.disha.quickride","af_v2":"732bd17096e1cbda9e791e9e6d66b2e24e60bebf","ui
d":"1580121578867-
3762180197533250658","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"model":"GM1901","lang":"English","brand":"OnePlus","de
viceType":"user","product":"OnePlus7","deviceData":{"sensors":[{"sT":4,"sVS":
[0.47372562,0.7990874,0.25413498],"sN":"lsm6dsm Gyroscope Non-
wakeup","sV":"STMicro","sVE":[0.81458807,1.0727547,1.478308]},{"sT":2,"sVS":
[18.758339,-51.931366,-40.919556],"sN":"mmc5603x Magnetometer Non-
wakeup","sV":"memsic","sVE":[18.72689,-63.362274,-26.96283]},{"sT":1,"sVS":
[3.6315606,2.2537804,8.536928],"sN":"lsm6dsm Accelerometer Non-
wakeup","sV":"STMicro","sVE":[1.5486946,3.2138138,9.631032]}],"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","btch":"ac","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","btl":"41.0","cpu_abi2":""},"installer_package":"com.android.vending"
,"date2":"2020-01-27_103818+0000","counter":"2","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"2a9b6536fce57d010794f09862c4eeac5a37b33c","carrier":"airtel","kef4
e62":"b14c1d5650a080174818191a0c531a0d5918180d5a1f1f","gcd_timing":"682","af_preins
talled":"false","iaecounter":"4","tokenRefreshConfigured":false,"af_gcm_token":"egu
MVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","platformextension":"an
droid_native","cksm_v1":"092fff626cf4c864ef769db98982ffcc6d","rfr":
{"val":"utm_source=(not%20set)&utm_medium=(not
%20set)","code":"0","clk":"1580121447","install":"1580121456"}}
01-27 16:10:06.222 15461 16452 I AppsFlyer_4.9.0: response code: 200
01-27 16:10:06.223 15461 16452 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:10:06.505 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:06.511 15461 15461 I AppsFlyer_4.9.0: onBecameForeground
01-27 16:10:06.511 15461 15461 I AppsFlyer_4.9.0: Last Launch attempt: 2020/01/27
10:40:04.849 +0000;
01-27 16:10:06.511 15461 15461 I AppsFlyer_4.9.0: Last successful Launch event:
2020/01/27 10:40:06.223 +0000;
01-27 16:10:06.511 15461 15461 I AppsFlyer_4.9.0: This launch is blocked: 1662 ms <
5000 ms
01-27 16:10:06.532 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
--------- beginning of main
01-27 16:10:06.532 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
01-27 16:10:06.737 15461 15512 I DpmTcmClient: RegisterTcmMonitor from: $Proxy0
01-27 16:10:06.737 15461 15512 I DpmTcmClient: RegisterTcmMonitor from: $Proxy0
01-27 16:10:07.068 15461 15769 I b : pushAmpDataParser: Listener status:
false
01-27 16:10:07.068 15461 15769 I b : pushAmpDataParser: Listener status:
false
01-27 16:10:07.071 15461 15596 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=89ea12d8-7d67-4a44-a441-b542cac3663e,
tags={ in.netcore.smartechfcm.worker.SlavePushAmpWorker } ]
01-27 16:10:07.071 15461 15596 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=89ea12d8-7d67-4a44-a441-b542cac3663e,
tags={ in.netcore.smartechfcm.worker.SlavePushAmpWorker } ]
01-27 16:10:07.657 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:10:07.657 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:10:07.672 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.GeneralUserCre
ationActivity--- jank level = 1
01-27 16:10:07.672 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.GeneralUserCre
ationActivity--- jank level = 1
01-27 16:10:09.115 15461 15513 W DpmTcmClient: read failed bytes countRead: -1
01-27 16:10:09.115 15461 15513 W DpmTcmClient: read failed bytes countRead: -1
01-27 16:10:09.183 15461 15461 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 16:10:09.183 15461 15461 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 16:10:09.183 15461 15461 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 16:10:09.183 15461 15461 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 16:10:09.745 15461 15461 I
com.disha.quickride.androidapp.usermgmt.register.QRUserCreationActivity: updated
location : Location[fused 28.698376,77.133533 hAcc=24 et=+11d22h24m30s75ms
alt=167.5 vAcc=2 sAcc=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}]
01-27 16:10:09.745 15461 15461 I
com.disha.quickride.androidapp.usermgmt.register.QRUserCreationActivity: updated
location : Location[fused 28.698376,77.133533 hAcc=24 et=+11d22h24m30s75ms
alt=167.5 vAcc=2 sAcc=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}]
01-27 16:10:09.751 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6983761, 77.1335327
01-27 16:10:09.751 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6983761, 77.1335327
01-27 16:10:09.951 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.GeneralUserCre
ationActivity--- jank level = 1
01-27 16:10:09.952 15461 15461 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 16:10:09.952 15461 15461 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 16:10:09.951 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.GeneralUserCre
ationActivity--- jank level = 1
01-27 16:10:09.952 15461 15461 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 16:10:09.952 15461 15461 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 16:10:50.161 15461 15461 W IInputConnectionWrapper: getTextBeforeCursor on
inactive InputConnection
01-27 16:10:50.161 15461 15461 W IInputConnectionWrapper: getSelectedText on
inactive InputConnection
01-27 16:10:50.163 15461 15461 W IInputConnectionWrapper: getTextAfterCursor on
inactive InputConnection
01-27 16:10:50.161 15461 15461 W IInputConnectionWrapper: getTextBeforeCursor on
inactive InputConnection
01-27 16:10:50.161 15461 15461 W IInputConnectionWrapper: getSelectedText on
inactive InputConnection
01-27 16:10:50.163 15461 15461 W IInputConnectionWrapper: getTextAfterCursor on
inactive InputConnection
01-27 16:10:50.170 15461 15461 W IInputConnectionWrapper: beginBatchEdit on
inactive InputConnection
01-27 16:10:50.170 15461 15461 W IInputConnectionWrapper: getTextBeforeCursor on
inactive InputConnection
01-27 16:10:50.173 15461 15461 W IInputConnectionWrapper: endBatchEdit on inactive
InputConnection
01-27 16:10:50.170 15461 15461 W IInputConnectionWrapper: beginBatchEdit on
inactive InputConnection
01-27 16:10:50.170 15461 15461 W IInputConnectionWrapper: getTextBeforeCursor on
inactive InputConnection
01-27 16:10:50.173 15461 15461 W IInputConnectionWrapper: endBatchEdit on inactive
InputConnection
01-27 16:10:50.238 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:50.238 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:50.692 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is invisible
01-27 16:10:50.692 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is invisible
01-27 16:10:50.776 15461 16763 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:10:50.777 15461 16763 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:10:50.777 15461 16763 I AppsFlyer_4.9.0: app went to background
01-27 16:10:50.776 15461 16763 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:10:50.777 15461 16763 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:10:50.777 15461 16763 I AppsFlyer_4.9.0: app went to background
01-27 16:10:50.778 15461 16763 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:10:50.778 15461 16763 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:10:50.778 15461 16763 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:10:50.778 15461 16763 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:10:52.762 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
01-27 16:10:52.762 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
01-27 16:10:52.794 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is visible
01-27 16:10:52.794 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is visible
01-27 16:10:52.829 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:52.829 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:10:52.835 15461 15461 I AppsFlyer_4.9.0: onBecameForeground
01-27 16:10:52.835 15461 15461 I AppsFlyer_4.9.0: onBecameForeground
01-27 16:10:52.837 15461 15461 I AppsFlyer_4.9.0: Last Launch attempt: 2020/01/27
10:40:04.849 +0000;
01-27 16:10:52.837 15461 15461 I AppsFlyer_4.9.0: Last successful Launch event:
2020/01/27 10:40:06.223 +0000;
01-27 16:10:52.837 15461 15461 I AppsFlyer_4.9.0: Sending launch (+47988 ms)
01-27 16:10:52.837 15461 15461 I AppsFlyer_4.9.0: Last Launch attempt: 2020/01/27
10:40:04.849 +0000;
01-27 16:10:52.837 15461 15461 I AppsFlyer_4.9.0: Last successful Launch event:
2020/01/27 10:40:06.223 +0000;
01-27 16:10:52.837 15461 15461 I AppsFlyer_4.9.0: Sending launch (+47988 ms)
01-27 16:10:52.988 15461 16816 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:10:52.988 15461 16816 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:10:52.988 15461 16816 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:10:52.988 15461 16816 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:10:53.291 15461 16816 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Launch
01-27 16:10:53.291 15461 16816 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Launch
01-27 16:10:53.488 15461 16816 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:10:53.488 15461 16816 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:10:53.489 15461 16816 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:10:53.489 15461 16816 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:10:53.492 15461 16816 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:10:53.492 15461 16816 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:10:53.492 15461 16816 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:10:53.492 15461 16816 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:10:53.494 15461 16816 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:10:53.494 15461 16816 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:10:53.495 15461 16816 I AppsFlyer_4.9.0: url:
https://t.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:10:53.495 15461 16816 I AppsFlyer_4.9.0: url:
https://t.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:10:53.495 15461 16816 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121653273","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","timepassedsincelastlaunch":"48","open_referrer":"andr
oid-
app:\/\/com.disha.quickride","af_v2":"7cd439776caad71402a3c788277e8462f9b356cb","ui
d":"1580121578867-
3762180197533250658","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"model":"GM1901","lang":"English","brand":"OnePlus","de
viceType":"user","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","btch":"ac","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","btl":"42.0","cpu_abi2":""},"installer_package":"com.android.vending"
,"date2":"2020-01-27_103818+0000","counter":"3","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"aa30992b2ebbff7a69f192fade45cdc370920165","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"4","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","kef4e60":"1dad2449cf5d
1e7148181f1e0c531a0d5918180d5a1f19","platformextension":"android_native","cksm_v1":
"51d82082cff63083cfbfd0b59c376fef36"}
01-27 16:10:53.495 15461 16816 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121653273","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","timepassedsincelastlaunch":"48","open_referrer":"andr
oid-
app:\/\/com.disha.quickride","af_v2":"7cd439776caad71402a3c788277e8462f9b356cb","ui
d":"1580121578867-
3762180197533250658","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"model":"GM1901","lang":"English","brand":"OnePlus","de
viceType":"user","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","btch":"ac","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","btl":"42.0","cpu_abi2":""},"installer_package":"com.android.vending"
,"date2":"2020-01-27_103818+0000","counter":"3","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"aa30992b2ebbff7a69f192fade45cdc370920165","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"4","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","kef4e60":"1dad2449cf5d
1e7148181f1e0c531a0d5918180d5a1f19","platformextension":"android_native","cksm_v1":
"51d82082cff63083cfbfd0b59c376fef36"}
01-27 16:10:54.195 15461 16816 I AppsFlyer_4.9.0: response code: 200
01-27 16:10:54.195 15461 16816 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:10:54.195 15461 16816 I AppsFlyer_4.9.0: response code: 200
01-27 16:10:54.195 15461 16816 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:02.631 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:11:02.631 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:11:02.650 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@f5588e5[GeneralUserCreationActivity]
01-27 16:11:02.650 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@f5588e5[GeneralUserCreationActivity]
01-27 16:11:02.694 15461 15771 D SlaveNetworkWorker: not matched: 1
01-27 16:11:02.694 15461 15771 D SlaveNetworkWorker: not matched: 1
01-27 16:11:02.789 15461 16854 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:11:02.789 15461 16854 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:11:02.789 15461 16854 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:11:02.789 15461 16854 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:11:02.826 15461 15771 D b : getData: response code:200
01-27 16:11:02.826 15461 15771 D b : getData: response code:200
01-27 16:11:02.827 15461 15771 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"","ostype":"Android","make":"OnePlus","model":"GM1901","o
sversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161102,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121662640","eventname":"applyp
romoclick","payload":{"DeviceId":"c2f7364d6d035220"}} --- 200 OK {"status" :
"success"}
01-27 16:11:02.827 15461 15771 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"","ostype":"Android","make":"OnePlus","model":"GM1901","o
sversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161102,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121662640","eventname":"applyp
romoclick","payload":{"DeviceId":"c2f7364d6d035220"}} --- 200 OK {"status" :
"success"}
01-27 16:11:02.835 15461 15596 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=9810a7bc-cc2c-48de-8c3f-1b00a2979361,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:11:02.835 15461 15596 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=9810a7bc-cc2c-48de-8c3f-1b00a2979361,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:11:02.961 15461 16854 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Applypromoclick
01-27 16:11:02.961 15461 16854 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Applypromoclick
01-27 16:11:02.994 15461 16854 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:11:02.994 15461 16854 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:11:02.995 15461 16854 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:11:02.995 15461 16854 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:11:02.999 15461 16854 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:11:02.999 15461 16854 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:11:02.999 15461 16854 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:11:02.999 15461 16854 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:11:03.002 15461 16854 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:11:03.002 15461 16854 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:11:03.005 15461 16854 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:11:03.005 15461 16854 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:11:03.005 15461 16854 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121662802","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","af_v2":"e9240a2142baff5811a380fac79d9fa391828790","ui
d":"1580121578867-
3762180197533250658","eventValue":"{\"DeviceId\":\"c2f7364d6d035220\"}","isGaidWith
Gps":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"Applypromoclick","model":"GM1901","lang":"
English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData":
{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"3","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"9ec9ea6737ffb73ef3dd18995c392759519f889b","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"5","tokenRefreshConfigured":false,"kef4f67":"198
a378aabcff24248181f1c0c531a0d5918180d5a1f1e","af_gcm_token":"eguMVjeN_q0:APA91bGCu6
T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121601416\",\"prev_event_value\":\"{\\\"userActivationStatus
\\\":\\\"NEW\\\",\\\"verificationType\\\":\\\"OTP\\\"}\",\"prev_event_name\":\"user
MobileVerified\"}","platformextension":"android_native","cksm_v1":"7fd032c2ac668650
ef63ead69be75fbf72"}
01-27 16:11:03.005 15461 16854 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121662802","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","af_v2":"e9240a2142baff5811a380fac79d9fa391828790","ui
d":"1580121578867-
3762180197533250658","eventValue":"{\"DeviceId\":\"c2f7364d6d035220\"}","isGaidWith
Gps":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"Applypromoclick","model":"GM1901","lang":"
English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData":
{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"3","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"9ec9ea6737ffb73ef3dd18995c392759519f889b","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"5","tokenRefreshConfigured":false,"kef4f67":"198
a378aabcff24248181f1c0c531a0d5918180d5a1f1e","af_gcm_token":"eguMVjeN_q0:APA91bGCu6
T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121601416\",\"prev_event_value\":\"{\\\"userActivationStatus
\\\":\\\"NEW\\\",\\\"verificationType\\\":\\\"OTP\\\"}\",\"prev_event_name\":\"user
MobileVerified\"}","platformextension":"android_native","cksm_v1":"7fd032c2ac668650
ef63ead69be75fbf72"}
01-27 16:11:03.675 15461 16854 I AppsFlyer_4.9.0: response code: 200
01-27 16:11:03.675 15461 16854 I AppsFlyer_4.9.0: response code: 200
01-27 16:11:03.675 15461 16854 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:03.675 15461 16854 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:17.914 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:11:17.914 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:11:17.921 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:17.921 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:17.934 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@a3b34e8[GeneralUserCreationActivity]
01-27 16:11:17.934 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@a3b34e8[GeneralUserCreationActivity]
01-27 16:11:17.938 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:11:17.938 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:11:18.059 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:18.059 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:18.082 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@f5588e5[GeneralUserCreationActivity]
01-27 16:11:18.082 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@f5588e5[GeneralUserCreationActivity]
01-27 16:11:18.111 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
01-27 16:11:18.111 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
01-27 16:11:18.117 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:11:18.117 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:11:18.252 15461 16858 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:11:18.252 15461 16858 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:11:18.252 15461 16858 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:11:18.252 15461 16858 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:11:18.400 15461 15770 D SlaveNetworkWorker: not matched: 1
01-27 16:11:18.400 15461 15770 D SlaveNetworkWorker: not matched: 1
01-27 16:11:18.422 15461 16858 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Applypromosuccess
01-27 16:11:18.422 15461 16858 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Applypromosuccess
01-27 16:11:18.448 15461 15770 D b : getData: response code:200
01-27 16:11:18.448 15461 15770 D b : getData: response code:200
01-27 16:11:18.449 15461 15770 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"","ostype":"Android","make":"OnePlus","model":"GM1901","o
sversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161118,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121678101","eventname":"applyp
romosuccess","payload":{"DeviceId":"c2f7364d6d035220"}} --- 200 OK {"status" :
"success"}
01-27 16:11:18.449 15461 15770 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"","ostype":"Android","make":"OnePlus","model":"GM1901","o
sversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161118,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121678101","eventname":"applyp
romosuccess","payload":{"DeviceId":"c2f7364d6d035220"}} --- 200 OK {"status" :
"success"}
01-27 16:11:18.455 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=2174a058-e2de-4148-9442-5cb5aef33129,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:11:18.455 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=2174a058-e2de-4148-9442-5cb5aef33129,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:11:18.657 15461 16858 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:11:18.657 15461 16858 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:11:18.658 15461 16858 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:11:18.658 15461 16858 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:11:18.661 15461 16858 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:11:18.661 15461 16858 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:11:18.662 15461 16858 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:11:18.662 15461 16858 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:11:18.663 15461 16858 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:11:18.663 15461 16858 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:11:18.664 15461 16858 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:11:18.664 15461 16858 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121678402","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","af_v2":"120ba82f704bc4ec5722fd8d5c8d339988de060b","ui
d":"1580121578867-
3762180197533250658","eventValue":"{\"DeviceId\":\"c2f7364d6d035220\"}","isGaidWith
Gps":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"Applypromosuccess","model":"GM1901","lang"
:"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData":
{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"3","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"c2897bfe55657476c01495aa444cd87b22959fa8","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"6","tokenRefreshConfigured":false,"kef4f67":"2d6
c615ee785dfda48181c1b0c531a0d5918180d5a1f1e","af_gcm_token":"eguMVjeN_q0:APA91bGCu6
T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121662962\",\"prev_event_value\":\"{\\\"DeviceId\\\":\\\"c2f
7364d6d035220\\\"}\",\"prev_event_name\":\"Applypromoclick\"}","platformextension":
"android_native","cksm_v1":"b66802d2dd5167cc8f94cf9490e6cf3901"}
01-27 16:11:18.664 15461 16858 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:11:18.664 15461 16858 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121678402","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","af_v2":"120ba82f704bc4ec5722fd8d5c8d339988de060b","ui
d":"1580121578867-
3762180197533250658","eventValue":"{\"DeviceId\":\"c2f7364d6d035220\"}","isGaidWith
Gps":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"Applypromosuccess","model":"GM1901","lang"
:"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData":
{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"3","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"c2897bfe55657476c01495aa444cd87b22959fa8","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"6","tokenRefreshConfigured":false,"kef4f67":"2d6
c615ee785dfda48181c1b0c531a0d5918180d5a1f1e","af_gcm_token":"eguMVjeN_q0:APA91bGCu6
T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121662962\",\"prev_event_value\":\"{\\\"DeviceId\\\":\\\"c2f
7364d6d035220\\\"}\",\"prev_event_name\":\"Applypromoclick\"}","platformextension":
"android_native","cksm_v1":"b66802d2dd5167cc8f94cf9490e6cf3901"}
01-27 16:11:18.835 15461 16858 I AppsFlyer_4.9.0: response code: 200
01-27 16:11:18.835 15461 16858 I AppsFlyer_4.9.0: response code: 200
01-27 16:11:18.835 15461 16858 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:18.835 15461 16858 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:21.325 15461 15461 I
com.disha.quickride.androidapp.usermgmt.register.QRUserCreationActivity:
registering of user with given details
01-27 16:11:21.325 15461 15461 I
com.disha.quickride.androidapp.usermgmt.register.QRUserCreationActivity:
registering of user with given details
01-27 16:11:21.330 15461 15461 D com.disha.quickride.androidapp.util.AppUtil:
networkOp = 40410, networkOpName = IND airtel
01-27 16:11:21.334 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:11:21.330 15461 15461 D com.disha.quickride.androidapp.util.AppUtil:
networkOp = 40410, networkOpName = IND airtel
01-27 16:11:21.334 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:11:21.369 15461 15548 I
com.disha.quickride.androidapp.usermgmt.register.UserRegistrationAsyncTask:
Activation of user
01-27 16:11:21.369 15461 15548 I
com.disha.quickride.androidapp.usermgmt.register.UserRegistrationAsyncTask:
Activation of user
01-27 16:11:21.397 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@ed4ee4[GeneralUserCreationActivity]
01-27 16:11:21.397 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@ed4ee4[GeneralUserCreationActivity]
01-27 16:11:21.406 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:11:21.406 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:11:21.591 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.GeneralUserCre
ationActivity--- jank level = 1
01-27 16:11:21.591 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.GeneralUserCre
ationActivity--- jank level = 1
01-27 16:11:21.842 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:11:21.842 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:11:24.659 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:24.659 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:24.734 15461 15548 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: Getting FCM
token to update to server for user : 80505609211004
01-27 16:11:24.734 15461 15548 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: Getting FCM
token to update to server for user : 80505609211004
01-27 16:11:24.737 15461 15461 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: FCM token
for userId : 80505609211004 is :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:24.737 15461 15461 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: FCM token
for userId : 80505609211004 is :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:24.738 15461 15600 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationAsyncTask: Updating
client device id to server :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:24.738 15461 15600 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationAsyncTask: Updating
client device id to server :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:24.742 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:11:24.742 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:11:24.742 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:24.742 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:24.866 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:24.866 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:24.877 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:24.877 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:24.902 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:24.902 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:25.009 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:25.009 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:25.019 15461 15548 I
com.disha.quickride.androidapp.usermgmt.register.UserRegistrationAsyncTask: User
Account Activated
01-27 16:11:25.019 15461 15548 I
com.disha.quickride.androidapp.usermgmt.register.UserRegistrationAsyncTask: User
Account Activated
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Creating
new user session for 80505609211004
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Creating
new user session for 80505609211004
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
createNewSessionManager
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
createNewSessionManager
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
destroySessionManager
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
destroySessionManager
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
onSessionManagerDestroyed
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: No User session
found
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
newUserSession
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
onSessionManagerDestroyed
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: No User session
found
01-27 16:11:25.019 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
newUserSession
01-27 16:11:25.027 15461 15519 D
com.disha.quickride.androidapp.startup.session.SetUserIdIdentifierToFabricAsyncTask
: UserId set to Fabric
01-27 16:11:25.027 15461 15519 D
com.disha.quickride.androidapp.startup.session.SetUserIdIdentifierToFabricAsyncTask
: UserId set to Fabric
01-27 16:11:25.034 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager@b26d5d2
01-27 16:11:25.034 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager@b26d5d2
01-27 16:11:25.034 15461 15548 D
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager: Creating new user session
01-27 16:11:25.034 15461 15548 D
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager: Creating new user session
01-27 16:11:25.037 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:25.037 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:25.176 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:25.176 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:25.242 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:25.242 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:25.358 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:25.358 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:25.376 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:25.376 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:25.499 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:25.499 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:25.519 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:25.519 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:25.631 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:25.631 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:25.693 15461 15548 W Glide : Load failed for null with size [0x0]
01-27 16:11:25.693 15461 15548 W Glide : class aja: Received null model
01-27 16:11:25.693 15461 15548 W Glide : Load failed for null with size [0x0]
01-27 16:11:25.693 15461 15548 W Glide : class aja: Received null model
01-27 16:11:25.694 15461 15548 I chatty : uid=10450(com.disha.quickride) QuickRide
Async identical 8 lines
01-27 16:11:25.694 15461 15548 W Glide : Load failed for null with size [0x0]
01-27 16:11:25.694 15461 15548 W Glide : class aja: Received null model
01-27 16:11:25.694 15461 15548 I chatty : uid=10450(com.disha.quickride) QuickRide
Async identical 8 lines
01-27 16:11:25.694 15461 15548 W Glide : Load failed for null with size [0x0]
01-27 16:11:25.694 15461 15548 W Glide : class aja: Received null model
01-27 16:11:25.951 15461 16935 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:11:25.951 15461 16935 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:11:25.951 15461 16935 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:11:25.951 15461 16935 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:11:25.951 15461 16935 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:11:25.951 15461 16935 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:11:25.951 15461 16935 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:11:25.951 15461 16935 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:11:25.951 15461 16935 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.a(SourceFile:524)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.a(SourceFile:488)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.a(SourceFile:474)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.n(SourceFile:426)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.a(SourceFile:390)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ajj.a(SourceFile:146)
01-27 16:11:25.951 15461 16935 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:11:25.951 15461 16935 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:11:25.951 15461 16935 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ajj.a(SourceFile:50)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.k(SourceFile:310)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.i(SourceFile:279)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.run(SourceFile:234)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:11:25.951 15461 16935 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:11:25.951 15461 16935 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:11:25.951 15461 16935 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:11:25.951 15461 16935 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:11:25.951 15461 16935 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:11:25.951 15461 16935 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:11:25.951 15461 16935 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:11:25.951 15461 16935 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:11:25.951 15461 16935 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.a(SourceFile:524)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.a(SourceFile:488)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.a(SourceFile:474)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.n(SourceFile:426)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.a(SourceFile:390)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ajj.a(SourceFile:146)
01-27 16:11:25.951 15461 16935 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:11:25.951 15461 16935 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:11:25.951 15461 16935 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:11:25.951 15461 16935 W ExifInterface: at ajj.a(SourceFile:50)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.k(SourceFile:310)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.i(SourceFile:279)
01-27 16:11:25.951 15461 16935 W ExifInterface: at air.run(SourceFile:234)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:11:25.951 15461 16935 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:11:26.298 15461 16938 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:11:26.298 15461 16938 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:11:26.298 15461 16938 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:11:26.298 15461 16938 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:11:26.298 15461 16938 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:11:26.298 15461 16938 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:11:26.298 15461 16938 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:11:26.298 15461 16938 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:11:26.298 15461 16938 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.a(SourceFile:524)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.a(SourceFile:488)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.a(SourceFile:474)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.n(SourceFile:426)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.a(SourceFile:390)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ajj.a(SourceFile:146)
01-27 16:11:26.298 15461 16938 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:11:26.298 15461 16938 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:11:26.298 15461 16938 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ajj.a(SourceFile:50)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.k(SourceFile:310)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.i(SourceFile:279)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.run(SourceFile:234)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:11:26.298 15461 16938 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:11:26.298 15461 16938 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:11:26.298 15461 16938 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:11:26.298 15461 16938 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:11:26.298 15461 16938 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:11:26.298 15461 16938 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:11:26.298 15461 16938 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:11:26.298 15461 16938 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:11:26.298 15461 16938 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.a(SourceFile:524)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.a(SourceFile:488)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.a(SourceFile:474)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.n(SourceFile:426)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.a(SourceFile:390)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ajj.a(SourceFile:146)
01-27 16:11:26.298 15461 16938 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:11:26.298 15461 16938 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:11:26.298 15461 16938 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:11:26.298 15461 16938 W ExifInterface: at ajj.a(SourceFile:50)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.k(SourceFile:310)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.i(SourceFile:279)
01-27 16:11:26.298 15461 16938 W ExifInterface: at air.run(SourceFile:234)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:11:26.298 15461 16938 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:11:26.424 15461 15548 W Glide : Load failed for null with size [0x0]
01-27 16:11:26.424 15461 15548 W Glide : class aja: Received null model
01-27 16:11:26.424 15461 15548 W Glide : Load failed for null with size [0x0]
01-27 16:11:26.424 15461 15548 W Glide : class aja: Received null model
01-27 16:11:26.429 15461 15548 I chatty : uid=10450(com.disha.quickride) QuickRide
Async identical 10 lines
01-27 16:11:26.450 15461 15548 W Glide : Load failed for null with size [0x0]
01-27 16:11:26.450 15461 15548 W Glide : class aja: Received null model
01-27 16:11:26.456 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager@cee3240
01-27 16:11:26.456 15461 15548 D
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager: New user session
01-27 16:11:26.456 15461 15548 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: newUserSession
01-27 16:11:26.429 15461 15548 I chatty : uid=10450(com.disha.quickride) QuickRide
Async identical 10 lines
01-27 16:11:26.450 15461 15548 W Glide : Load failed for null with size [0x0]
01-27 16:11:26.450 15461 15548 W Glide : class aja: Received null model
01-27 16:11:26.456 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager@cee3240
01-27 16:11:26.456 15461 15548 D
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager: New user session
01-27 16:11:26.456 15461 15548 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: newUserSession
01-27 16:11:26.531 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:26.531 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:26.662 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:26.662 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:26.676 15461 15620 D
com.disha.quickride.androidapp.offers.UserCouponsGettingAsyncTask:
systemCouponCodes doInBackground
01-27 16:11:26.676 15461 15620 D
com.disha.quickride.androidapp.offers.UserCouponsGettingAsyncTask:
systemCouponCodes doInBackground
01-27 16:11:26.677 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.event.EventModuleSessionManager@2d00c2b
01-27 16:11:26.677 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.event.EventModuleSessionManager@2d00c2b
01-27 16:11:26.677 15461 15652 I S3ImageProcessAsyncTask: Image Retrieval
01-27 16:11:26.677 15461 15652 I S3ImageProcessAsyncTask: Image Retrieval
01-27 16:11:26.679 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:26.679 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:26.680 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler@bb8f221
01-27 16:11:26.680 15461 15548 I
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler:
newUserSession
01-27 16:11:26.680 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler@bb8f221
01-27 16:11:26.680 15461 15548 I
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler:
newUserSession
01-27 16:11:26.681 15461 16156 I
com.disha.quickride.androidapp.notification.NotificationStore: clear User Session
01-27 16:11:26.681 15461 16156 I
com.disha.quickride.androidapp.notification.NotificationStore:
removeAllNotifications
01-27 16:11:26.681 15461 16156 I
com.disha.quickride.androidapp.notification.NotificationStore: clear User Session
01-27 16:11:26.681 15461 16156 I
com.disha.quickride.androidapp.notification.NotificationStore:
removeAllNotifications
01-27 16:11:26.717 15461 16156 D
com.disha.quickride.androidapp.notification.NotificationPersistenceHelper: clearing
of notifications in sql lite data
01-27 16:11:26.717 15461 16156 D
com.disha.quickride.androidapp.notification.NotificationPersistenceHelper: clearing
of notifications in sql lite data
01-27 16:11:26.723 15461 16156 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: Removing
ApplicationVisibilityStatusChangeListener for key : [NOTIFICATION_STORE]
01-27 16:11:26.723 15461 16156 D
com.disha.quickride.androidapp.notification.NotificationStore: Cancelling periodic
work request
01-27 16:11:26.723 15461 16156 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: Removing
ApplicationVisibilityStatusChangeListener for key : [NOTIFICATION_STORE]
01-27 16:11:26.723 15461 16156 D
com.disha.quickride.androidapp.notification.NotificationStore: Cancelling periodic
work request
01-27 16:11:26.725 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Session
change operation completed successfully
01-27 16:11:26.725 15461 15548 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
all GCM messages arrived before session was initialized
01-27 16:11:26.725 15461 15548 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
new GCM Message : Bundle[{af-uinstall-tracking=true}]
01-27 16:11:26.726 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation completed successfully
01-27 16:11:26.727 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Starting
WatchdogService
01-27 16:11:26.729 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Setting
alarm to ensure watchdog service is started if Android does not restart
01-27 16:11:26.725 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Session
change operation completed successfully
01-27 16:11:26.725 15461 15548 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
all GCM messages arrived before session was initialized
01-27 16:11:26.725 15461 15548 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
new GCM Message : Bundle[{af-uinstall-tracking=true}]
01-27 16:11:26.726 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation completed successfully
01-27 16:11:26.727 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Starting
WatchdogService
01-27 16:11:26.729 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Setting
alarm to ensure watchdog service is started if Android does not restart
01-27 16:11:26.733 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation took 1714 ms
01-27 16:11:26.733 15461 15548 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation took 1714 ms
01-27 16:11:26.747 15461 15461 D
com.disha.quickride.androidapp.watchdog.QuickRideWatchdogService:
QuickRideWatchdogService.onCreate called
01-27 16:11:26.747 15461 15461 D
com.disha.quickride.androidapp.watchdog.QuickRideWatchdogService:
QuickRideWatchdogService.onCreate called
01-27 16:11:26.748 15461 15461 I
com.disha.quickride.androidapp.watchdog.QuickRideWatchdogService: Entering
QuickRideWatchdogService.onStartCommand
01-27 16:11:26.748 15461 15461 I
com.disha.quickride.androidapp.watchdog.QuickRideWatchdogService: Entering
QuickRideWatchdogService.onStartCommand
01-27 16:11:26.770 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
01-27 16:11:26.770 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
01-27 16:11:26.772 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-27 16:11:26.772 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-27 16:11:26.785 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:26.785 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:26.808 15461 15620 D
com.disha.quickride.androidapp.offers.UserCouponsGettingAsyncTask:
systemCouponCodes async[SystemCouponCode [id=23, couponCode=REFERVER,
discountPercent=0.0, cashbackPercent=0.0, freeRide=false, cashDeposit=50.0,
maxDiscount=0.0, maxCashback=0.0, maxFreeRidePoints=0.0, activationTime=Thu May 02
10:00:00 GMT+05:30 2019, expiryTime=Tue Mar 01 05:30:01 GMT+05:30 2022,
status=Active, offerName=Refered user get 25 points on verification,
maxAllowedTimes=1, validityPeriod=0, preOpApplicable=true, couponType=CashDeposit,
usageContext=VerifyProfile, applicableUserStatus=EmailVerified,
applicableUserRole=Both, companyCodes=null, applicableRegions=null, location=null,
locationLat=0.0, locationLng=0.0, radius=0.0, userCreationDateStart=Fri May 03
00:00:01 GMT+05:30 2019, userCreationDateEnd=Fri Apr 01 05:30:01 GMT+05:30 2022,
lastLoggedInDateStart=null, lastLoggedInDateEnd=null, imageUrl=null,
autoApply=true, mutuallyExclusiveCodes=null, creationDate=Fri May 03 00:00:01
GMT+05:30 2019, communicationTemplate=1, reminderFrequency=7, verifyBalance=false,
lowerBalanceRange=0.0, higerBalanceRange=0.0, benefitExpiry=0,
applicableUser=ReferredUser, scheme=Referral, maxReminderTimes=4,
verifyNoOfRidesShared=false, lowerNoOfRidesSharedRange=0,
higherNoOfRidesSharedRange=0], SystemCouponCode [id=24, couponCode=REFERRID,
discountPercent=0.0, cashbackPercent=0.0, freeRide=false, cashDeposit=50.0,
maxDiscount=0.0, maxCashback=0.0, maxFreeRidePoints=0.0, activationTime=Thu May 02
10:00:00 GMT+05:30 2019, expiryTime=Tue Mar 01 05:30:01 GMT+05:30 2022,
status=Active, offerName=Refered user get 25 points on completing ride,
maxAllowedTimes=1, validityPeriod=0, preOpApplicable=false, couponType=CashDeposit,
usageContext=ShareRide, applicableUserStatus=EmailVerified,
applicableUserRole=Both, companyCodes=null, applicableRegions=null, location=null,
locationLat=0.0, locationLng=0.0, radius=0.0, userCreationDateStart=Fri May 03
00:00:01 GMT+05:30 2019, userCreationDateEnd=Fri Apr 01 05:30:01 GMT+05:30 2022,
lastLoggedInDateStart=null, lastLoggedInDateEnd=null, imageUrl=null,
autoApply=true, mutuallyExclusiveCodes=null, creationDate=Fri May 03 00:00:01
GMT+05:30 2019, communicationTemplate=1, reminderFrequency=7, verifyBalance=false,
lowerBalanceRange=0.0, higerBalanceRange=0.0, benefitExpiry=0,
applicableUser=ReferredUser, scheme=Referral, maxReminderTimes=4,
verifyNoOfRidesShared=false, lowerNoOfRidesSharedRange=0,
higherNoOfRidesSharedRange=0]]
01-27 16:11:26.808 15461 15620 D
com.disha.quickride.androidapp.offers.UserCouponsGettingAsyncTask:
systemCouponCodes async[SystemCouponCode [id=23, couponCode=REFERVER,
discountPercent=0.0, cashbackPercent=0.0, freeRide=false, cashDeposit=50.0,
maxDiscount=0.0, maxCashback=0.0, maxFreeRidePoints=0.0, activationTime=Thu May 02
10:00:00 GMT+05:30 2019, expiryTime=Tue Mar 01 05:30:01 GMT+05:30 2022,
status=Active, offerName=Refered user get 25 points on verification,
maxAllowedTimes=1, validityPeriod=0, preOpApplicable=true, couponType=CashDeposit,
usageContext=VerifyProfile, applicableUserStatus=EmailVerified,
applicableUserRole=Both, companyCodes=null, applicableRegions=null, location=null,
locationLat=0.0, locationLng=0.0, radius=0.0, userCreationDateStart=Fri May 03
00:00:01 GMT+05:30 2019, userCreationDateEnd=Fri Apr 01 05:30:01 GMT+05:30 2022,
lastLoggedInDateStart=null, lastLoggedInDateEnd=null, imageUrl=null,
autoApply=true, mutuallyExclusiveCodes=null, creationDate=Fri May 03 00:00:01
GMT+05:30 2019, communicationTemplate=1, reminderFrequency=7, verifyBalance=false,
lowerBalanceRange=0.0, higerBalanceRange=0.0, benefitExpiry=0,
applicableUser=ReferredUser, scheme=Referral, maxReminderTimes=4,
verifyNoOfRidesShared=false, lowerNoOfRidesSharedRange=0,
higherNoOfRidesSharedRange=0], SystemCouponCode [id=24, couponCode=REFERRID,
discountPercent=0.0, cashbackPercent=0.0, freeRide=false, cashDeposit=50.0,
maxDiscount=0.0, maxCashback=0.0, maxFreeRidePoints=0.0, activationTime=Thu May 02
10:00:00 GMT+05:30 2019, expiryTime=Tue Mar 01 05:30:01 GMT+05:30 2022,
status=Active, offerName=Refered user get 25 points on completing ride,
maxAllowedTimes=1, validityPeriod=0, preOpApplicable=false, couponType=CashDeposit,
usageContext=ShareRide, applicableUserStatus=EmailVerified,
applicableUserRole=Both, companyCodes=null, applicableRegions=null, location=null,
locationLat=0.0, locationLng=0.0, radius=0.0, userCreationDateStart=Fri May 03
00:00:01 GMT+05:30 2019, userCreationDateEnd=Fri Apr 01 05:30:01 GMT+05:30 2022,
lastLoggedInDateStart=null, lastLoggedInDateEnd=null, imageUrl=null,
autoApply=true, mutuallyExclusiveCodes=null, creationDate=Fri May 03 00:00:01
GMT+05:30 2019, communicationTemplate=1, reminderFrequency=7, verifyBalance=false,
lowerBalanceRange=0.0, higerBalanceRange=0.0, benefitExpiry=0,
applicableUser=ReferredUser, scheme=Referral, maxReminderTimes=4,
verifyNoOfRidesShared=false, lowerNoOfRidesSharedRange=0,
higherNoOfRidesSharedRange=0]]
01-27 16:11:26.875 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.GeneralUserCre
ationActivity--- jank level = 1
01-27 16:11:26.875 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.register.GeneralUserCre
ationActivity--- jank level = 1
01-27 16:11:26.879 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:26.879 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:26.931 15461 16944 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:11:26.931 15461 16944 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:11:26.931 15461 16944 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:11:26.931 15461 16944 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:11:27.037 15461 16944 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
UserSignedUp
01-27 16:11:27.037 15461 16944 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
UserSignedUp
01-27 16:11:27.286 15461 15768 D SlaveNetworkWorker: not matched: 1
01-27 16:11:27.286 15461 15768 D SlaveNetworkWorker: not matched: 1
01-27 16:11:27.291 15461 15769 D SlaveNetworkWorker: not matched: 1
01-27 16:11:27.291 15461 15769 D SlaveNetworkWorker: not matched: 1
01-27 16:11:27.296 15461 15771 D SlaveNetworkWorker: not matched: 1
01-27 16:11:27.296 15461 15771 D SlaveNetworkWorker: not matched: 1
01-27 16:11:27.298 15461 16944 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:11:27.298 15461 16944 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:11:27.299 15461 16944 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:11:27.299 15461 16944 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:11:27.302 15461 16944 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:11:27.302 15461 16944 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:11:27.302 15461 16944 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:11:27.302 15461 16944 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:11:27.305 15461 16944 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:11:27.305 15461 16944 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:11:27.307 15461 16944 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:11:27.307 15461 16944 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:11:27.307 15461 16944 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121687015","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","af_v2":"5006cb5c9d4d717bedbc9fa7815e801409c777c7","ui
d":"1580121578867-
3762180197533250658","eventValue":"{\"primaryRegion\":null,\"gender\":\"M\",\"phone
\":8586003883,\"name\":\"Yash
Ahuja\",\"refferalcode\":\"CFOA77\",\"email\":\"[email protected]\"}","isGaidW
ithGps":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"UserSignedUp","model":"GM1901","kef4866":"
5a6c477303c734c748181c1a0c531a0d5918180d5a1f1e","lang":"English","brand":"OnePlus",
"deviceType":"user","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"3","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"390c3ec62fe5ae2780e39ee03e94b04c2083ce42","carrier":"IND
airtel","af_preinstalled":"false","iaecounter":"7","tokenRefreshConfigured":false,"
af_gcm_token":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_
--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121678423\",\"prev_event_value\":\"{\\\"DeviceId\\\":\\\"c2f
7364d6d035220\\\"}\",\"prev_event_name\":\"Applypromosuccess\"}","platformextension
":"android_native","cksm_v1":"3c5dca12db4861f39f8eec66984cff7920"}
01-27 16:11:27.307 15461 16944 I AppsFlyer_4.9.0: data:
{"country":"US","af_timestamp":"1580121687015","appsflyerKey":"s*******************
*m","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator"
:"airtel","network":"MOBILE","af_v2":"5006cb5c9d4d717bedbc9fa7815e801409c777c7","ui
d":"1580121578867-
3762180197533250658","eventValue":"{\"primaryRegion\":null,\"gender\":\"M\",\"phone
\":8586003883,\"name\":\"Yash
Ahuja\",\"refferalcode\":\"CFOA77\",\"email\":\"[email protected]\"}","isGaidW
ithGps":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"UserSignedUp","model":"GM1901","kef4866":"
5a6c477303c734c748181c1a0c531a0d5918180d5a1f1e","lang":"English","brand":"OnePlus",
"deviceType":"user","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"3","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"390c3ec62fe5ae2780e39ee03e94b04c2083ce42","carrier":"IND
airtel","af_preinstalled":"false","iaecounter":"7","tokenRefreshConfigured":false,"
af_gcm_token":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_
--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121678423\",\"prev_event_value\":\"{\\\"DeviceId\\\":\\\"c2f
7364d6d035220\\\"}\",\"prev_event_name\":\"Applypromosuccess\"}","platformextension
":"android_native","cksm_v1":"3c5dca12db4861f39f8eec66984cff7920"}
01-27 16:11:27.422 15461 16946 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:11:27.422 15461 16946 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:11:27.423 15461 16946 I AppsFlyer_4.9.0: app went to background
01-27 16:11:27.423 15461 16946 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:11:27.423 15461 16946 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:11:27.422 15461 16946 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:11:27.422 15461 16946 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:11:27.423 15461 16946 I AppsFlyer_4.9.0: app went to background
01-27 16:11:27.423 15461 16946 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:11:27.423 15461 16946 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:11:27.463 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides from cache
01-27 16:11:27.463 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides from cache
01-27 16:11:27.463 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides from cache
01-27 16:11:27.468 15461 15768 D b : getData: response code:200
01-27 16:11:27.468 15461 15769 D b : getData: response code:200
01-27 16:11:27.469 15461 15769 D b : POST:
https://pn.netcoresmartech.com/profilePush ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","adid":"","identity":"80505609211004","profileDetails":
{"EMAIL":"[email protected]","NAME":"Yash Ahuja","MOBILE":"8586003883"}} ---
200 OK {"status" : "success"}
01-27 16:11:27.469 15461 15768 D b : POST:
https://pn.netcoresmartech.com/pn_login ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161126,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121686772","eventid":"22"} ---
200 OK {"status" : "success"}
01-27 16:11:27.463 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides from cache
01-27 16:11:27.468 15461 15768 D b : getData: response code:200
01-27 16:11:27.468 15461 15769 D b : getData: response code:200
01-27 16:11:27.469 15461 15769 D b : POST:
https://pn.netcoresmartech.com/profilePush ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","adid":"","identity":"80505609211004","profileDetails":
{"EMAIL":"[email protected]","NAME":"Yash Ahuja","MOBILE":"8586003883"}} ---
200 OK {"status" : "success"}
01-27 16:11:27.469 15461 15768 D b : POST:
https://pn.netcoresmartech.com/pn_login ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161126,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121686772","eventid":"22"} ---
200 OK {"status" : "success"}
01-27 16:11:27.472 15461 15771 D b : getData: response code:200
01-27 16:11:27.472 15461 15771 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161126,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121686781","eventname":"usersi
gnedup","payload":{"gender":"M","phone":8586003883,"name":"Yash
Ahuja","refferalcode":"CFOA77","email":"[email protected]"}} --- 200 OK
{"status" : "success"}
01-27 16:11:27.472 15461 15771 D b : getData: response code:200
01-27 16:11:27.472 15461 15771 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161126,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121686781","eventname":"usersi
gnedup","payload":{"gender":"M","phone":8586003883,"name":"Yash
Ahuja","refferalcode":"CFOA77","email":"[email protected]"}} --- 200 OK
{"status" : "success"}
01-27 16:11:27.486 15461 15596 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=7df57f8a-5734-4793-be9f-00bba7ec8c64,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:11:27.486 15461 15596 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=7df57f8a-5734-4793-be9f-00bba7ec8c64,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:11:27.488 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
01-27 16:11:27.488 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@b6ae471[GeneralUserCreationActivity]
01-27 16:11:27.489 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:27.489 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:27.500 15461 15461 I AppsFlyer_4.9.0: onBecameForeground
01-27 16:11:27.501 15461 15461 I AppsFlyer_4.9.0: Last Launch attempt: 2020/01/27
10:40:52.837 +0000;
01-27 16:11:27.501 15461 15461 I AppsFlyer_4.9.0: Last successful Launch event:
2020/01/27 10:40:54.195 +0000;
01-27 16:11:27.501 15461 15461 I AppsFlyer_4.9.0: Sending launch (+34663 ms)
01-27 16:11:27.501 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=a3365c0a-c3b4-4812-90dd-afac05c34d3e,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:11:27.500 15461 15461 I AppsFlyer_4.9.0: onBecameForeground
01-27 16:11:27.501 15461 15461 I AppsFlyer_4.9.0: Last Launch attempt: 2020/01/27
10:40:52.837 +0000;
01-27 16:11:27.501 15461 15461 I AppsFlyer_4.9.0: Last successful Launch event:
2020/01/27 10:40:54.195 +0000;
01-27 16:11:27.501 15461 15461 I AppsFlyer_4.9.0: Sending launch (+34663 ms)
01-27 16:11:27.501 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=a3365c0a-c3b4-4812-90dd-afac05c34d3e,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:11:27.504 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:27.504 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:27.512 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=1721fb4e-e8e7-4cfd-91a6-24ee820146ab,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:11:27.512 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=1721fb4e-e8e7-4cfd-91a6-24ee820146ab,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:11:27.636 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@915b526
01-27 16:11:27.636 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@915b526
01-27 16:11:27.638 15461 15461 D
com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingPreferenceActivity:
On create of user registration this
01-27 16:11:27.638 15461 15461 D
com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingPreferenceActivity:
On create of user registration this
01-27 16:11:27.651 15461 16983 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:11:27.651 15461 16983 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:11:27.651 15461 16983 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:11:27.651 15461 16983 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:11:27.673 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:27.673 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:27.679 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:11:27.679 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:11:27.689 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@d97f7e6[OnBoardingPreferenceActivity]
01-27 16:11:27.689 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@d97f7e6[OnBoardingPreferenceActivity]
01-27 16:11:27.927 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingP
referenceActivity--- jank level = 1
01-27 16:11:27.927 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingP
referenceActivity--- jank level = 1
01-27 16:11:27.941 15461 16983 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Launch
01-27 16:11:27.941 15461 16983 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Launch
01-27 16:11:27.958 15461 16983 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:11:27.958 15461 16983 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:11:27.959 15461 16983 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:11:27.959 15461 16983 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:11:27.962 15461 16983 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:11:27.962 15461 16983 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:11:27.962 15461 16983 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:11:27.962 15461 16983 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:11:27.963 15461 16983 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:11:27.963 15461 16983 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:11:27.965 15461 16983 I AppsFlyer_4.9.0: url:
https://t.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:11:27.965 15461 16983 I AppsFlyer_4.9.0: url:
https://t.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:11:27.966 15461 16983 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121687919","appsflyerKey":"s********************m
","af_events_api":"1","kef4466":"a084af9c4c5199b348181c1a0c531a0d5918180d5a1f19","i
sFirstCall":"false","registeredUninstall":true,"operator":"airtel","network":"MOBIL
E","timepassedsincelastlaunch":"34","open_referrer":"android-
app:\/\/com.disha.quickride","af_v2":"982f38f5469892f25cd1d16928c5048e496ac0c5","ui
d":"1580121578867-
3762180197533250658","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"model":"GM1901","lang":"English","brand":"OnePlus","de
viceType":"user","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","btch":"ac","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","btl":"43.0","cpu_abi2":""},"installer_package":"com.android.vending"
,"date2":"2020-01-27_103818+0000","counter":"4","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"a7e68636b75c65900ddd124591e2085049ea5e73","carrier":"IND
airtel","af_preinstalled":"false","iaecounter":"7","tokenRefreshConfigured":false,"
af_gcm_token":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_
--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","platformextension":"an
droid_native","cksm_v1":"c58ff4a3af1f1f418f4a23c5778eaf2139"}
01-27 16:11:27.966 15461 16983 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121687919","appsflyerKey":"s********************m
","af_events_api":"1","kef4466":"a084af9c4c5199b348181c1a0c531a0d5918180d5a1f19","i
sFirstCall":"false","registeredUninstall":true,"operator":"airtel","network":"MOBIL
E","timepassedsincelastlaunch":"34","open_referrer":"android-
app:\/\/com.disha.quickride","af_v2":"982f38f5469892f25cd1d16928c5048e496ac0c5","ui
d":"1580121578867-
3762180197533250658","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"model":"GM1901","lang":"English","brand":"OnePlus","de
viceType":"user","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","btch":"ac","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","btl":"43.0","cpu_abi2":""},"installer_package":"com.android.vending"
,"date2":"2020-01-27_103818+0000","counter":"4","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"a7e68636b75c65900ddd124591e2085049ea5e73","carrier":"IND
airtel","af_preinstalled":"false","iaecounter":"7","tokenRefreshConfigured":false,"
af_gcm_token":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_
--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","platformextension":"an
droid_native","cksm_v1":"c58ff4a3af1f1f418f4a23c5778eaf2139"}
01-27 16:11:27.992 15461 16944 I AppsFlyer_4.9.0: response code: 200
01-27 16:11:27.992 15461 16944 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:27.992 15461 16944 I AppsFlyer_4.9.0: response code: 200
01-27 16:11:27.992 15461 16944 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:28.633 15461 16983 I AppsFlyer_4.9.0: response code: 200
01-27 16:11:28.633 15461 16983 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:28.633 15461 16983 I AppsFlyer_4.9.0: response code: 200
01-27 16:11:28.633 15461 16983 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:29.729 15461 16940 D
com.disha.quickride.androidapp.usermgmt.UserMessageListener:
subscribeToUserMsgUpdates
01-27 16:11:29.729 15461 16940 D
com.disha.quickride.androidapp.usermgmt.UserMessageListener:
subscribeToUserMsgUpdates
01-27 16:11:29.730 15461 16940 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Adding topic name
to subscriptions queue :userMsg/80505609211004
01-27 16:11:29.730 15461 16940 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Adding topic name
to subscriptions queue :userMsg/80505609211004
01-27 16:11:29.731 15461 16940 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of referral
code
01-27 16:11:29.731 15461 16940 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of referral
code
01-27 16:11:29.763 15461 16940 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Establishing event
service connection
01-27 16:11:29.763 15461 16940 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Entering
dispatchAllMessagesArrivedBeforeSessionWasInitialized
01-27 16:11:29.763 15461 16940 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Establishing event
service connection
01-27 16:11:29.763 15461 16940 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Entering
dispatchAllMessagesArrivedBeforeSessionWasInitialized
01-27 16:11:29.764 15461 16308 D
com.disha.quickride.androidapp.event.InitialMessagesDispatchTask: Dispatching
initial messages
01-27 16:11:29.764 15461 16308 D
com.disha.quickride.androidapp.event.InitialMessagesDispatchTask: Dispatching
initial messages
01-27 16:11:29.765 15461 16940 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Entering
dispatchAllMessagesArrivedBeforeSessionWasInitialized
01-27 16:11:29.765 15461 16940 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Entering
dispatchAllMessagesArrivedBeforeSessionWasInitialized
01-27 16:11:29.765 15461 16575 D
com.disha.quickride.androidapp.event.InitialMessagesDispatchTask: Dispatching
initial messages
01-27 16:11:29.765 15461 16575 D
com.disha.quickride.androidapp.event.InitialMessagesDispatchTask: Dispatching
initial messages
01-27 16:11:29.798 15461 16940 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: Adding
ApplicationVisibilityStatusChangeListener
[com.disha.quickride.androidapp.notification.NotificationStore@3cc1b32] for key :
[NOTIFICATION_STORE]
01-27 16:11:29.798 15461 16940 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: Adding
ApplicationVisibilityStatusChangeListener
[com.disha.quickride.androidapp.notification.NotificationStore@3cc1b32] for key :
[NOTIFICATION_STORE]
01-27 16:11:29.798 15461 16940 D
com.disha.quickride.androidapp.notification.NotificationStore: Creating periodic
work request to refresh notifications regularly
01-27 16:11:29.798 15461 16940 D
com.disha.quickride.androidapp.notification.NotificationStore: Creating periodic
work request to refresh notifications regularly
01-27 16:11:51.385 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:51.385 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:51.686 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is invisible
01-27 16:11:51.686 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is invisible
01-27 16:11:51.936 15461 17009 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:11:51.937 15461 17009 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:11:51.937 15461 17009 I AppsFlyer_4.9.0: app went to background
01-27 16:11:51.936 15461 17009 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:11:51.937 15461 17009 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:11:51.937 15461 17009 I AppsFlyer_4.9.0: app went to background
01-27 16:11:51.939 15461 17009 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:11:51.939 15461 17009 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:11:51.939 15461 17009 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:11:51.939 15461 17009 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:11:53.264 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@d97f7e6[OnBoardingPreferenceActivity]
01-27 16:11:53.265 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is visible
01-27 16:11:53.265 15461 15461 D
com.disha.quickride.androidapp.notification.NotificationStore: Refreshing
notifications when app became visible
01-27 16:11:53.264 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@d97f7e6[OnBoardingPreferenceActivity]
01-27 16:11:53.265 15461 16911 D
com.disha.quickride.androidapp.notification.GettingPendingUserNotificationsAsyncTas
k: Getting pending notifications from server
01-27 16:11:53.265 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is visible
01-27 16:11:53.265 15461 15461 D
com.disha.quickride.androidapp.notification.NotificationStore: Refreshing
notifications when app became visible
01-27 16:11:53.265 15461 16911 D
com.disha.quickride.androidapp.notification.GettingPendingUserNotificationsAsyncTas
k: Getting pending notifications from server
01-27 16:11:53.289 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:53.289 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:53.295 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:53.295 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:11:53.313 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:53.313 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:11:53.319 15461 15461 I AppsFlyer_4.9.0: onBecameForeground
01-27 16:11:53.319 15461 15461 I AppsFlyer_4.9.0: Last Launch attempt: 2020/01/27
10:41:27.501 +0000;
01-27 16:11:53.319 15461 15461 I AppsFlyer_4.9.0: Last successful Launch event:
2020/01/27 10:41:28.633 +0000;
01-27 16:11:53.319 15461 15461 I AppsFlyer_4.9.0: Sending launch (+25818 ms)
01-27 16:11:53.319 15461 15461 I AppsFlyer_4.9.0: onBecameForeground
01-27 16:11:53.319 15461 15461 I AppsFlyer_4.9.0: Last Launch attempt: 2020/01/27
10:41:27.501 +0000;
01-27 16:11:53.319 15461 15461 I AppsFlyer_4.9.0: Last successful Launch event:
2020/01/27 10:41:28.633 +0000;
01-27 16:11:53.319 15461 15461 I AppsFlyer_4.9.0: Sending launch (+25818 ms)
01-27 16:11:53.470 15461 17031 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:11:53.470 15461 17031 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:11:53.470 15461 17031 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:11:53.470 15461 17031 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:11:53.548 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:53.548 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:53.626 15461 17031 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Launch
01-27 16:11:53.626 15461 17031 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Launch
01-27 16:11:53.836 15461 17031 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:11:53.836 15461 17031 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:11:53.837 15461 17031 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:11:53.837 15461 17031 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:11:53.839 15461 17031 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:11:53.839 15461 17031 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:11:53.839 15461 17031 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:11:53.839 15461 17031 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:11:53.841 15461 17031 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:11:53.841 15461 17031 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:11:53.842 15461 17031 I AppsFlyer_4.9.0: url:
https://t.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:11:53.842 15461 17031 I AppsFlyer_4.9.0: url:
https://t.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:11:53.842 15461 17031 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121713598","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","timepassedsincelastlaunch":"25","open_referrer":"androi
d-
app:\/\/com.disha.quickride","af_v2":"a12e210514e5d024dd4ee2128427895c27601851","ui
d":"1580121578867-
3762180197533250658","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"model":"GM1901","lang":"English","brand":"OnePlus","de
viceType":"user","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","btch":"ac","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","btl":"44.0","cpu_abi2":""},"installer_package":"com.android.vending"
,"date2":"2020-01-27_103818+0000","counter":"5","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"cb03792f12a2dd57a4831f3d0a7558e8e6407de3","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"7","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"kef456e":"612f2b10d73f372648181c180c531a0d5918180d5a1f19","sdk":"29","fb":"d97bfa
f6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","platformextension":"an
droid_native","cksm_v1":"44a3ad733c922a9c4ff0e1e538f1cf0ba5"}
01-27 16:11:53.842 15461 17031 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121713598","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","timepassedsincelastlaunch":"25","open_referrer":"androi
d-
app:\/\/com.disha.quickride","af_v2":"a12e210514e5d024dd4ee2128427895c27601851","ui
d":"1580121578867-
3762180197533250658","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"model":"GM1901","lang":"English","brand":"OnePlus","de
viceType":"user","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","btch":"ac","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","btl":"44.0","cpu_abi2":""},"installer_package":"com.android.vending"
,"date2":"2020-01-27_103818+0000","counter":"5","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"cb03792f12a2dd57a4831f3d0a7558e8e6407de3","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"7","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"kef456e":"612f2b10d73f372648181c180c531a0d5918180d5a1f19","sdk":"29","fb":"d97bfa
f6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","platformextension":"an
droid_native","cksm_v1":"44a3ad733c922a9c4ff0e1e538f1cf0ba5"}
01-27 16:11:54.006 15461 17031 I AppsFlyer_4.9.0: response code: 200
01-27 16:11:54.006 15461 17031 I AppsFlyer_4.9.0: response code: 200
01-27 16:11:54.006 15461 17031 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:54.006 15461 17031 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:11:58.460 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:11:58.460 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:03.788 15461 15519 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileSavingAsyncTask: saving of
profile async task
01-27 16:12:03.788 15461 15519 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileSavingAsyncTask: saving of
profile async task
01-27 16:12:03.793 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:12:03.793 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:12:03.811 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:03.811 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:03.824 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@cf8d781
01-27 16:12:03.824 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@cf8d781
01-27 16:12:03.828 15461 15461 I
com.disha.quickride.androidapp.usermgmt.onboardflow.QRPledgeDisplayActivity:
OnCreate called for PledgeDisplayActivity
01-27 16:12:03.828 15461 15461 I
com.disha.quickride.androidapp.usermgmt.onboardflow.QRPledgeDisplayActivity:
OnCreate called for PledgeDisplayActivity
01-27 16:12:03.830 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseActivity: Session resumed successfully
01-27 16:12:03.830 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseActivity: Session resumed successfully
01-27 16:12:03.865 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:12:03.865 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:12:03.865 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:12:03.865 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:12:03.869 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:03.869 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:03.878 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:03.878 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:03.894 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@170cd1f[QRPledgeDisplayActivity]
01-27 16:12:03.894 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@170cd1f[QRPledgeDisplayActivity]
01-27 16:12:03.947 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:03.947 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:03.958 15461 15519 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileEditBaseActivity: Profile
updated
01-27 16:12:03.958 15461 15519 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileEditBaseActivity: Profile
updated
01-27 16:12:03.960 15461 15519 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: storing of
profileVerificationData
01-27 16:12:03.960 15461 15519 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: storing of
profileVerificationData
01-27 16:12:04.111 15461 17095 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:12:04.111 15461 17095 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:12:04.111 15461 17095 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:12:04.111 15461 17095 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:12:04.116 15461 17096 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:12:04.116 15461 17096 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:12:04.117 15461 17096 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:12:04.117 15461 17096 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:12:04.195 15461 17095 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
UserProfessionDetails
01-27 16:12:04.195 15461 17095 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
UserProfessionDetails
01-27 16:12:04.202 15461 17096 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
UserSelectedRole
01-27 16:12:04.202 15461 17096 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
UserSelectedRole
01-27 16:12:04.398 15461 17104 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {MsgClassName=com.disha.quickride.domain.model.UserProfile,
MsgObject={"id":80505609211004,"userName":"Yash
Ahuja","emailforcommunication":"[email protected]","gender":"M","regMailSent":
false,"verificationstatus":false,"rating":0.0,"noofridesaspassenger":0,"noofridesas
rider":0,"noOfReviews":0,"onTimeComplianceRating":0,"profileVerificationData":
{"userId":80505609211004,"emailVerified":false,"imageVerified":false,"persIDVerifie
d":false,"profileVerified":false,"emailVerifiedAtleastOnce":false,"profVerifSource"
:0,"persVerifSource":0,"uniqueID":"1580121724547","payloadType":"full"},"defaultRol
e":"Passenger","confirmtype":false,"uniqueID":"pro_611621701","msgObjType":"pro","p
ayloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}
01-27 16:12:04.398 15461 17104 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {MsgClassName=com.disha.quickride.domain.model.UserProfile,
MsgObject={"id":80505609211004,"userName":"Yash
Ahuja","emailforcommunication":"[email protected]","gender":"M","regMailSent":
false,"verificationstatus":false,"rating":0.0,"noofridesaspassenger":0,"noofridesas
rider":0,"noOfReviews":0,"onTimeComplianceRating":0,"profileVerificationData":
{"userId":80505609211004,"emailVerified":false,"imageVerified":false,"persIDVerifie
d":false,"profileVerified":false,"emailVerifiedAtleastOnce":false,"profVerifSource"
:0,"persVerifSource":0,"uniqueID":"1580121724547","payloadType":"full"},"defaultRol
e":"Passenger","confirmtype":false,"uniqueID":"pro_611621701","msgObjType":"pro","p
ayloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}
01-27 16:12:04.399 15461 17104 E NetcoreSDK: Error: Unterminated object at
character 757 of {MsgClassName=com.disha.quickride.domain.model.UserProfile,
MsgObject={"id":80505609211004,"userName":"Yash
Ahuja","emailforcommunication":"[email protected]","gender":"M","regMailSent":
false,"verificationstatus":false,"rating":0.0,"noofridesaspassenger":0,"noofridesas
rider":0,"noOfReviews":0,"onTimeComplianceRating":0,"profileVerificationData":
{"userId":80505609211004,"emailVerified":false,"imageVerified":false,"persIDVerifie
d":false,"profileVerified":false,"emailVerifiedAtleastOnce":false,"profVerifSource"
:0,"persVerifSource":0,"uniqueID":"1580121724547","payloadType":"full"},"defaultRol
e":"Passenger","confirmtype":false,"uniqueID":"pro_611621701","msgObjType":"pro","p
ayloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}
01-27 16:12:04.399 15461 17104 E NetcoreSDK: Error: Unterminated object at
character 757 of {MsgClassName=com.disha.quickride.domain.model.UserProfile,
MsgObject={"id":80505609211004,"userName":"Yash
Ahuja","emailforcommunication":"[email protected]","gender":"M","regMailSent":
false,"verificationstatus":false,"rating":0.0,"noofridesaspassenger":0,"noofridesas
rider":0,"noOfReviews":0,"onTimeComplianceRating":0,"profileVerificationData":
{"userId":80505609211004,"emailVerified":false,"imageVerified":false,"persIDVerifie
d":false,"profileVerified":false,"emailVerifiedAtleastOnce":false,"profVerifSource"
:0,"persVerifSource":0,"uniqueID":"1580121724547","payloadType":"full"},"defaultRol
e":"Passenger","confirmtype":false,"uniqueID":"pro_611621701","msgObjType":"pro","p
ayloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}
01-27 16:12:04.399 15461 17104 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Not handled
by NetCore
01-27 16:12:04.399 15461 17104 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
new GCM Message :
Bundle[{MsgClassName=com.disha.quickride.domain.model.UserProfile,
MsgObject={"id":80505609211004,"userName":"Yash
Ahuja","emailforcommunication":"[email protected]","gender":"M","regMailSent":
false,"verificationstatus":false,"rating":0.0,"noofridesaspassenger":0,"noofridesas
rider":0,"noOfReviews":0,"onTimeComplianceRating":0,"profileVerificationData":
{"userId":80505609211004,"emailVerified":false,"imageVerified":false,"persIDVerifie
d":false,"profileVerified":false,"emailVerifiedAtleastOnce":false,"profVerifSource"
:0,"persVerifSource":0,"uniqueID":"1580121724547","payloadType":"full"},"defaultRol
e":"Passenger","confirmtype":false,"uniqueID":"pro_611621701","msgObjType":"pro","p
ayloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}]
01-27 16:12:04.399 15461 17104 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Not handled
by NetCore
01-27 16:12:04.399 15461 17104 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
new GCM Message :
Bundle[{MsgClassName=com.disha.quickride.domain.model.UserProfile,
MsgObject={"id":80505609211004,"userName":"Yash
Ahuja","emailforcommunication":"[email protected]","gender":"M","regMailSent":
false,"verificationstatus":false,"rating":0.0,"noofridesaspassenger":0,"noofridesas
rider":0,"noOfReviews":0,"onTimeComplianceRating":0,"profileVerificationData":
{"userId":80505609211004,"emailVerified":false,"imageVerified":false,"persIDVerifie
d":false,"profileVerified":false,"emailVerifiedAtleastOnce":false,"profVerifSource"
:0,"persVerifSource":0,"uniqueID":"1580121724547","payloadType":"full"},"defaultRol
e":"Passenger","confirmtype":false,"uniqueID":"pro_611621701","msgObjType":"pro","p
ayloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}]
01-27 16:12:04.399 15461 17104 I
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: MQTT Message
received [{"id":80505609211004,"userName":"Yash
Ahuja","emailforcommunication":"[email protected]","gender":"M","regMailSent":
false,"verificationstatus":false,"rating":0.0,"noofridesaspassenger":0,"noofridesas
rider":0,"noOfReviews":0,"onTimeComplianceRating":0,"profileVerificationData":
{"userId":80505609211004,"emailVerified":false,"imageVerified":false,"persIDVerifie
d":false,"profileVerified":false,"emailVerifiedAtleastOnce":false,"profVerifSource"
:0,"persVerifSource":0,"uniqueID":"1580121724547","payloadType":"full"},"defaultRol
e":"Passenger","confirmtype":false,"uniqueID":"pro_611621701","msgObjType":"pro","p
ayloadType":"full"}] from topic [userMsg/80505609211004]
01-27 16:12:04.399 15461 17104 I
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: MQTT Message
received [{"id":80505609211004,"userName":"Yash
Ahuja","emailforcommunication":"[email protected]","gender":"M","regMailSent":
false,"verificationstatus":false,"rating":0.0,"noofridesaspassenger":0,"noofridesas
rider":0,"noOfReviews":0,"onTimeComplianceRating":0,"profileVerificationData":
{"userId":80505609211004,"emailVerified":false,"imageVerified":false,"persIDVerifie
d":false,"profileVerified":false,"emailVerifiedAtleastOnce":false,"profVerifSource"
:0,"persVerifSource":0,"uniqueID":"1580121724547","payloadType":"full"},"defaultRol
e":"Passenger","confirmtype":false,"uniqueID":"pro_611621701","msgObjType":"pro","p
ayloadType":"full"}] from topic [userMsg/80505609211004]
01-27 16:12:04.448 15461 16011 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"id":80505609211004,"userName":"Yash
Ahuja","emailforcommunication":"[email protected]","gender":"M","regMailSent":
false,"verificationstatus":false,"rating":0.0,"noofridesaspassenger":0,"noofridesas
rider":0,"noOfReviews":0,"onTimeComplianceRating":0,"profileVerificationData":
{"userId":80505609211004,"emailVerified":false,"imageVerified":false,"persIDVerifie
d":false,"profileVerified":false,"emailVerifiedAtleastOnce":false,"profVerifSource"
:0,"persVerifSource":0,"uniqueID":"1580121724547","payloadType":"full"},"defaultRol
e":"Passenger","confirmtype":false,"uniqueID":"pro_611621701","msgObjType":"pro","p
ayloadType":"full"}
01-27 16:12:04.448 15461 16011 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"id":80505609211004,"userName":"Yash
Ahuja","emailforcommunication":"[email protected]","gender":"M","regMailSent":
false,"verificationstatus":false,"rating":0.0,"noofridesaspassenger":0,"noofridesas
rider":0,"noOfReviews":0,"onTimeComplianceRating":0,"profileVerificationData":
{"userId":80505609211004,"emailVerified":false,"imageVerified":false,"persIDVerifie
d":false,"profileVerified":false,"emailVerifiedAtleastOnce":false,"profVerifSource"
:0,"persVerifSource":0,"uniqueID":"1580121724547","payloadType":"full"},"defaultRol
e":"Passenger","confirmtype":false,"uniqueID":"pro_611621701","msgObjType":"pro","p
ayloadType":"full"}
01-27 16:12:04.454 15461 16011 D
com.disha.quickride.androidapp.usermgmt.profile.ProfileUpdateListener: Processing
of new message
01-27 16:12:04.454 15461 16011 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: storing of profile
dynamic changes
01-27 16:12:04.454 15461 16011 D
com.disha.quickride.androidapp.usermgmt.profile.ProfileUpdateListener: Processing
of new message
01-27 16:12:04.454 15461 16011 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: storing of profile
dynamic changes
01-27 16:12:04.455 15461 16011 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: storing of
profileVerificationData
01-27 16:12:04.455 15461 16011 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: storing of
profileVerificationData
01-27 16:12:04.455 15461 16011 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@fc1ef1d
01-27 16:12:04.455 15461 16011 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@fc1ef1d
01-27 16:12:04.459 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:12:04.459 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:12:04.562 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:04.562 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:04.660 15461 15770 D SlaveNetworkWorker: not matched: 1
01-27 16:12:04.660 15461 15770 D SlaveNetworkWorker: not matched: 1
01-27 16:12:04.664 15461 15769 D SlaveNetworkWorker: not matched: 1
01-27 16:12:04.664 15461 15769 D SlaveNetworkWorker: not matched: 1
01-27 16:12:04.666 15461 15768 D SlaveNetworkWorker: not matched: 1
01-27 16:12:04.666 15461 15768 D SlaveNetworkWorker: not matched: 1
01-27 16:12:04.677 15461 17096 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:12:04.678 15461 17096 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:12:04.677 15461 17096 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:12:04.678 15461 17096 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:12:04.685 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:04.685 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:04.687 15461 16855 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:04.687 15461 16855 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:04.688 15461 17096 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:12:04.688 15461 17096 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:12:04.688 15461 17096 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:12:04.688 15461 17096 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:12:04.690 15461 17096 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:12:04.690 15461 17096 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:12:04.693 15461 17096 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:12:04.693 15461 17096 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:12:04.693 15461 17096 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121724160","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"056c92ce7a65bb2e73160f60fe3f80bd7ed90235","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"preferredRole\":\"RideTaker\"}","isGaidWithGp
s":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"UserSelectedRole","model":"GM1901","lang":
"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData":
{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"5","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"2d71ba193160043a74171b4637cd0fe7e1bd5b3d","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"8","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121724195\",\"prev_event_value\":\"{\\\"isFromDrawer\\\":fal
se,\\\"organizationName\\\":null,\\\"organizationEmail\\\":null}\",\"prev_event_nam
e\":\"UserProfessionDetails\"}","kef4d61":"f77e056f91b963e748181c180c531a0d5918180d
5a1f1e","platformextension":"android_native","cksm_v1":"ef7032526d30765b4f018c1247f
5ff5d45"}
01-27 16:12:04.693 15461 17096 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121724160","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"056c92ce7a65bb2e73160f60fe3f80bd7ed90235","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"preferredRole\":\"RideTaker\"}","isGaidWithGp
s":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"UserSelectedRole","model":"GM1901","lang":
"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData":
{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"5","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"2d71ba193160043a74171b4637cd0fe7e1bd5b3d","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"8","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121724195\",\"prev_event_value\":\"{\\\"isFromDrawer\\\":fal
se,\\\"organizationName\\\":null,\\\"organizationEmail\\\":null}\",\"prev_event_nam
e\":\"UserProfessionDetails\"}","kef4d61":"f77e056f91b963e748181c180c531a0d5918180d
5a1f1e","platformextension":"android_native","cksm_v1":"ef7032526d30765b4f018c1247f
5ff5d45"}
01-27 16:12:04.696 15461 17095 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:12:04.697 15461 17095 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:12:04.696 15461 17095 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:12:04.697 15461 17095 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:12:04.700 15461 17095 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:12:04.700 15461 17095 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:12:04.702 15461 17095 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:12:04.700 15461 17095 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:12:04.700 15461 17095 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:12:04.702 15461 17095 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:12:04.706 15461 17095 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:12:04.706 15461 17095 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:12:04.706 15461 17095 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121724152","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"48259838992795e60e298972a91ba6166208a7f6","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"isFromDrawer\":false,\"organizationName\":nul
l,\"organizationEmail\":null}","isGaidWithGps":"true","lang_code":"en","installDate
":"2020-01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"UserProfessionDetails","model":"GM1901","l
ang":"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceDa
ta":{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"5","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","kef4f62":"d91e10d472f2301748181c180c531
a0d5918180d5a1f1e","referrer":"utm_source=(not%20set)&utm_medium=(not
%20set)","af_v":"2903c0c7faccb1da9917992353d7db2c09963ce6","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"9","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121687038\",\"prev_event_value\":\"{\\\"primaryRegion\\\":nu
ll,\\\"gender\\\":\\\"M\\\",\\\"phone\\\":8586003883,\\\"name\\\":\\\"Yash
Ahuja\\\",\\\"refferalcode\\\":\\\"CFOA77\\\",\\\"email\\\":\\\"ahuja.yash24@gmail.
com\\\"}\",\"prev_event_name\":\"UserSignedUp\"}","platformextension":"android_nati
ve","cksm_v1":"e3db22827f4df3acaf977db828a8cf0e90"}
01-27 16:12:04.706 15461 17095 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121724152","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"48259838992795e60e298972a91ba6166208a7f6","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"isFromDrawer\":false,\"organizationName\":nul
l,\"organizationEmail\":null}","isGaidWithGps":"true","lang_code":"en","installDate
":"2020-01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"UserProfessionDetails","model":"GM1901","l
ang":"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceDa
ta":{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"5","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","kef4f62":"d91e10d472f2301748181c180c531
a0d5918180d5a1f1e","referrer":"utm_source=(not%20set)&utm_medium=(not
%20set)","af_v":"2903c0c7faccb1da9917992353d7db2c09963ce6","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"9","tokenRefreshConfigured":false,"af_gcm_token"
:"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121687038\",\"prev_event_value\":\"{\\\"primaryRegion\\\":nu
ll,\\\"gender\\\":\\\"M\\\",\\\"phone\\\":8586003883,\\\"name\\\":\\\"Yash
Ahuja\\\",\\\"refferalcode\\\":\\\"CFOA77\\\",\\\"email\\\":\\\"ahuja.yash24@gmail.
com\\\"}\",\"prev_event_name\":\"UserSignedUp\"}","platformextension":"android_nati
ve","cksm_v1":"e3db22827f4df3acaf977db828a8cf0e90"}
01-27 16:12:04.821 15461 15769 D b : getData: response code:200
01-27 16:12:04.821 15461 15769 D b : POST:
https://pn.netcoresmartech.com/profilePush ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","adid":"","identity":"80505609211004","profileDetails":{"COMPANY_NAME
":"null"}} --- 200 OK {"status" : "success"}
01-27 16:12:04.821 15461 15768 D b : getData: response code:200
01-27 16:12:04.821 15461 15769 D b : getData: response code:200
01-27 16:12:04.821 15461 15769 D b : POST:
https://pn.netcoresmartech.com/profilePush ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","adid":"","identity":"80505609211004","profileDetails":{"COMPANY_NAME
":"null"}} --- 200 OK {"status" : "success"}
01-27 16:12:04.821 15461 15768 D b : getData: response code:200
01-27 16:12:04.821 15461 15768 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161203,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121723966","eventname":"userse
lectedrole","payload":{"preferredRole":"RideTaker"}} --- 200 OK {"status" :
"success"}
01-27 16:12:04.821 15461 15768 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161203,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121723966","eventname":"userse
lectedrole","payload":{"preferredRole":"RideTaker"}} --- 200 OK {"status" :
"success"}
01-27 16:12:04.825 15461 15770 D b : getData: response code:200
01-27 16:12:04.825 15461 15770 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161203,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121723963","eventname":"userpr
ofessiondetails","payload":{"isFromDrawer":"false"}} --- 200 OK {"status" :
"success"}
01-27 16:12:04.825 15461 15770 D b : getData: response code:200
01-27 16:12:04.825 15461 15770 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161203,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121723963","eventname":"userpr
ofessiondetails","payload":{"isFromDrawer":"false"}} --- 200 OK {"status" :
"success"}
01-27 16:12:04.830 15461 15502 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=c3676b85-4b97-4470-99e5-2f57056d1152,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:04.830 15461 15502 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=c3676b85-4b97-4470-99e5-2f57056d1152,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:04.941 15461 15502 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=f92f4e47-918e-443d-9ed7-f433e5280d6d,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:04.941 15461 15502 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=f92f4e47-918e-443d-9ed7-f433e5280d6d,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:04.966 15461 15502 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=6aaf19cc-6990-4db8-ab1d-3f8efa2f7afc,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:04.966 15461 15502 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=6aaf19cc-6990-4db8-ab1d-3f8efa2f7afc,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:05.335 15461 17095 I AppsFlyer_4.9.0: response code: 200
01-27 16:12:05.335 15461 17095 I AppsFlyer_4.9.0: response code: 200
01-27 16:12:05.335 15461 17095 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:12:05.335 15461 17095 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:12:05.338 15461 17096 I AppsFlyer_4.9.0: response code: 200
01-27 16:12:05.338 15461 17096 I AppsFlyer_4.9.0: response code: 200
01-27 16:12:05.338 15461 17096 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:12:05.338 15461 17096 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:12:08.675 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:08.675 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:08.685 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@205b312
01-27 16:12:08.685 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@205b312
01-27 16:12:08.688 15461 15461 D
com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingRideCreationActivity:
On create of OnBoardingRideCreationActivity
01-27 16:12:08.688 15461 15461 D
com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingRideCreationActivity:
On create of OnBoardingRideCreationActivity
01-27 16:12:08.734 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:08.734 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:08.740 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:08.740 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:08.755 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:08.755 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:08.773 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:08.773 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:08.928 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingR
ideCreationActivity--- jank level = 1
01-27 16:12:08.928 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingR
ideCreationActivity--- jank level = 1
01-27 16:12:09.856 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:09.856 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:09.864 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@aa219bf
01-27 16:12:09.864 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@aa219bf
01-27 16:12:09.869 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:12:09.869 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:12:09.880 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:12:09.880 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:12:09.880 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:12:09.880 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:12:09.881 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity: Creating view
after session is initialized
01-27 16:12:09.881 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity: Creating view
after session is initialized
01-27 16:12:09.898 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:09.898 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:09.905 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:09.905 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:09.920 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@73d180[LocationSelectionFragmentActivity]
01-27 16:12:09.920 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@73d180[LocationSelectionFragmentActivity]
01-27 16:12:09.935 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:09.935 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:09.937 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:09.937 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:09.940 15461 17126 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:09.940 15461 17126 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:12.159 15461 17139 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Searching for ek j
01-27 16:12:12.159 15461 17139 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Searching for ek j
01-27 16:12:12.159 15461 17139 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Location list adapter
handleThroughFallBackMechanism ek j
01-27 16:12:12.159 15461 17139 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Location list adapter
handleThroughFallBackMechanism ek j
01-27 16:12:12.166 15461 17139 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:12.166 15461 17139 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:12.459 15461 17139 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:12.459 15461 17139 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:12.464 15461 16156 I
com.disha.quickride.androidapp.usermgmt.UserContactNoRetrievalAsyncTask: Saving
location search results
01-27 16:12:12.464 15461 16156 I
com.disha.quickride.androidapp.usermgmt.UserContactNoRetrievalAsyncTask: Saving
location search results
01-27 16:12:13.274 15461 17141 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
870
01-27 16:12:13.274 15461 17141 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
870
01-27 16:12:13.274 15461 17141 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
Not satisfied
01-27 16:12:13.274 15461 17141 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
Not satisfied
01-27 16:12:13.407 15461 17142 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
1002
01-27 16:12:13.407 15461 17142 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
1002
01-27 16:12:13.407 15461 17142 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
satisfied
01-27 16:12:13.407 15461 17142 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
satisfied
01-27 16:12:13.422 15461 15461 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme taken to
triggerd15
01-27 16:12:13.422 15461 15461 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme taken to
triggerd15
01-27 16:12:13.425 15461 17145 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Searching for ek jyo
01-27 16:12:13.425 15461 17145 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Location list adapter
handleThroughFallBackMechanism ek jyo
01-27 16:12:13.425 15461 17145 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Searching for ek jyo
01-27 16:12:13.425 15461 17145 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Location list adapter
handleThroughFallBackMechanism ek jyo
01-27 16:12:13.443 15461 17145 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:13.443 15461 17145 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:13.707 15461 17145 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:13.707 15461 17145 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:13.720 15461 15548 I
com.disha.quickride.androidapp.usermgmt.UserContactNoRetrievalAsyncTask: Saving
location search results
01-27 16:12:13.720 15461 15548 I
com.disha.quickride.androidapp.usermgmt.UserContactNoRetrievalAsyncTask: Saving
location search results
01-27 16:12:14.549 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:14.549 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:14.563 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity: Location
selection activity ResultCallback handleThroughFallBackMechanism
01-27 16:12:14.563 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity: Location
selection activity ResultCallback handleThroughFallBackMechanism
01-27 16:12:14.563 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForAddressAsync for Ek-Jyot Apartments, Shyamji Krishna Varma Marg,
Saraswati Vihar, Pitampura, Delhi, India
01-27 16:12:14.563 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForAddressAsync for Ek-Jyot Apartments, Shyamji Krishna Varma Marg,
Saraswati Vihar, Pitampura, Delhi, India
01-27 16:12:14.589 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@c23d963[LocationSelectionFragmentActivity]
01-27 16:12:14.589 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@c23d963[LocationSelectionFragmentActivity]
01-27 16:12:14.592 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:14.592 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:15.351 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity:
sendSelectedLocationDetailsToCalledActivity Location [id=0, latitude=28.6987031,
longitude=77.13332609999999, address=Ek-Jyot Apartments, Shyamji Krishna Varma
Marg, Saraswati Vihar, Pitampura, Delhi, India, name=Ek-Jyot Apartments,
placeId=ChIJoW0BptsDDTkR-YoGz-V9090, distanceFromCenterInMtr=3066, offline=false]
01-27 16:12:15.351 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity:
sendSelectedLocationDetailsToCalledActivity Location [id=0, latitude=28.6987031,
longitude=77.13332609999999, address=Ek-Jyot Apartments, Shyamji Krishna Varma
Marg, Saraswati Vihar, Pitampura, Delhi, India, name=Ek-Jyot Apartments,
placeId=ChIJoW0BptsDDTkR-YoGz-V9090, distanceFromCenterInMtr=3066, offline=false]
01-27 16:12:15.372 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@73d180[LocationSelectionFragmentActivity]
01-27 16:12:15.372 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@73d180[LocationSelectionFragmentActivity]
01-27 16:12:15.383 15461 15461 D TAG : Finish
01-27 16:12:15.383 15461 15461 D TAG : Finish
01-27 16:12:15.402 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:15.402 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:15.421 15461 15461 D
com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingRideCreationActivity:
Result from location selection this - Selected location : [Location [id=0,
latitude=28.6987031, longitude=77.13332609999999, address=Ek-Jyot Apartments,
Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi, India, name=Ek-Jyot
Apartments, placeId=ChIJoW0BptsDDTkR-YoGz-V9090, distanceFromCenterInMtr=3066,
offline=false]]
01-27 16:12:15.423 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6987031, 77.13332609999999
01-27 16:12:15.421 15461 15461 D
com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingRideCreationActivity:
Result from location selection this - Selected location : [Location [id=0,
latitude=28.6987031, longitude=77.13332609999999, address=Ek-Jyot Apartments,
Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi, India, name=Ek-Jyot
Apartments, placeId=ChIJoW0BptsDDTkR-YoGz-V9090, distanceFromCenterInMtr=3066,
offline=false]]
01-27 16:12:15.423 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6987031, 77.13332609999999
01-27 16:12:15.428 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:15.428 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:15.440 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:15.440 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:15.590 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:12:15.590 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:12:15.699 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:15.699 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:16.182 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:16.182 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:16.189 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@7072d0c
01-27 16:12:16.189 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@7072d0c
01-27 16:12:16.192 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:12:16.192 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:12:16.201 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:12:16.201 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:12:16.201 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:12:16.201 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:12:16.203 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity: Creating view
after session is initialized
01-27 16:12:16.203 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity: Creating view
after session is initialized
01-27 16:12:16.212 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:16.212 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:16.222 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:16.222 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:16.235 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@ade9015[LocationSelectionFragmentActivity]
01-27 16:12:16.235 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@ade9015[LocationSelectionFragmentActivity]
01-27 16:12:16.247 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:16.247 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:16.250 15461 17126 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:16.250 15461 17126 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:19.655 15461 17160 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Searching for gree
01-27 16:12:19.655 15461 17160 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Searching for gree
01-27 16:12:19.655 15461 17160 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Location list adapter
handleThroughFallBackMechanism gree
01-27 16:12:19.655 15461 17160 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Location list adapter
handleThroughFallBackMechanism gree
01-27 16:12:19.658 15461 17160 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:19.658 15461 17160 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:19.783 15461 17160 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:19.783 15461 17160 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:19.787 15461 16911 I
com.disha.quickride.androidapp.usermgmt.UserContactNoRetrievalAsyncTask: Saving
location search results
01-27 16:12:19.787 15461 16911 I
com.disha.quickride.androidapp.usermgmt.UserContactNoRetrievalAsyncTask: Saving
location search results
01-27 16:12:20.703 15461 17162 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
432
01-27 16:12:20.703 15461 17162 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
432
01-27 16:12:20.703 15461 17162 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
Not satisfied
01-27 16:12:20.703 15461 17162 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
Not satisfied
01-27 16:12:20.935 15461 17163 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
665
01-27 16:12:20.935 15461 17163 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
665
01-27 16:12:20.935 15461 17163 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
Not satisfied
01-27 16:12:20.935 15461 17163 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
Not satisfied
01-27 16:12:21.143 15461 17164 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
873
01-27 16:12:21.143 15461 17164 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
873
01-27 16:12:21.143 15461 17164 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
Not satisfied
01-27 16:12:21.143 15461 17164 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
Not satisfied
01-27 16:12:21.272 15461 17165 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
1002
01-27 16:12:21.272 15461 17165 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
1002
01-27 16:12:21.272 15461 17165 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
satisfied
01-27 16:12:21.272 15461 17165 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme Difference
satisfied
01-27 16:12:21.273 15461 15461 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme taken to
triggerd1
01-27 16:12:21.273 15461 15461 E
com.disha.quickride.androidapp.location.LocationSelectionActivity: TIme taken to
triggerd1
01-27 16:12:21.274 15461 17167 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Searching for green pa
01-27 16:12:21.274 15461 17167 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Searching for green pa
01-27 16:12:21.274 15461 17167 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Location list adapter
handleThroughFallBackMechanism green pa
01-27 16:12:21.274 15461 17167 D
com.disha.quickride.androidapp.location.LocationListAdaptor: Location list adapter
handleThroughFallBackMechanism green pa
01-27 16:12:21.279 15461 17167 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:21.279 15461 17167 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:21.412 15461 17167 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:21.412 15461 17167 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:21.422 15461 15600 I
com.disha.quickride.androidapp.usermgmt.UserContactNoRetrievalAsyncTask: Saving
location search results
01-27 16:12:21.422 15461 15600 I
com.disha.quickride.androidapp.usermgmt.UserContactNoRetrievalAsyncTask: Saving
location search results
01-27 16:12:21.601 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:21.601 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:21.617 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity: Location
selection activity ResultCallback handleThroughFallBackMechanism
01-27 16:12:21.617 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForAddressAsync for Green Park Metro Station, Sri Aurobindo Marg,
Block A, Green Park, New Delhi, Delhi, India
01-27 16:12:21.617 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity: Location
selection activity ResultCallback handleThroughFallBackMechanism
01-27 16:12:21.617 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForAddressAsync for Green Park Metro Station, Sri Aurobindo Marg,
Block A, Green Park, New Delhi, Delhi, India
01-27 16:12:21.636 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@d0aa157[LocationSelectionFragmentActivity]
01-27 16:12:21.636 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@d0aa157[LocationSelectionFragmentActivity]
01-27 16:12:21.639 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:21.639 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:22.827 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity:
sendSelectedLocationDetailsToCalledActivity Location [id=0, latitude=28.5579537,
longitude=77.206958, address=Green Park Metro Station, Sri Aurobindo Marg, Block A,
Green Park, New Delhi, Delhi, India, name=Green Park Metro Station,
placeId=ChIJ28dh7G3iDDkR1UXU5KB7a_M, distanceFromCenterInMtr=19181, offline=true]
01-27 16:12:22.827 15461 15461 D
com.disha.quickride.androidapp.location.LocationSelectionActivity:
sendSelectedLocationDetailsToCalledActivity Location [id=0, latitude=28.5579537,
longitude=77.206958, address=Green Park Metro Station, Sri Aurobindo Marg, Block A,
Green Park, New Delhi, Delhi, India, name=Green Park Metro Station,
placeId=ChIJ28dh7G3iDDkR1UXU5KB7a_M, distanceFromCenterInMtr=19181, offline=true]
01-27 16:12:22.855 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@ade9015[LocationSelectionFragmentActivity]
01-27 16:12:22.855 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@ade9015[LocationSelectionFragmentActivity]
01-27 16:12:22.868 15461 15461 D TAG : Finish
01-27 16:12:22.868 15461 15461 D TAG : Finish
01-27 16:12:22.884 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:22.884 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:22.905 15461 15461 D
com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingRideCreationActivity:
Result from location selection this - Selected location : [Location [id=0,
latitude=28.5579537, longitude=77.206958, address=Green Park Metro Station, Sri
Aurobindo Marg, Block A, Green Park, New Delhi, Delhi, India, name=Green Park Metro
Station, placeId=ChIJ28dh7G3iDDkR1UXU5KB7a_M, distanceFromCenterInMtr=19181,
offline=true]]
01-27 16:12:22.905 15461 15461 D
com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingRideCreationActivity:
Result from location selection this - Selected location : [Location [id=0,
latitude=28.5579537, longitude=77.206958, address=Green Park Metro Station, Sri
Aurobindo Marg, Block A, Green Park, New Delhi, Delhi, India, name=Green Park Metro
Station, placeId=ChIJ28dh7G3iDDkR1UXU5KB7a_M, distanceFromCenterInMtr=19181,
offline=true]]
01-27 16:12:22.911 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:22.911 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:22.924 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:22.924 15461 15894 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:23.055 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingR
ideCreationActivity--- jank level = 1
01-27 16:12:23.055 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.onboardflow.OnBoardingR
ideCreationActivity--- jank level = 1
01-27 16:12:25.426 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:25.426 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:25.448 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@75d35ec[OnBoardingRideCreationActivity]
01-27 16:12:25.448 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@75d35ec[OnBoardingRideCreationActivity]
01-27 16:12:30.611 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:30.611 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:31.423 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:31.423 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:31.452 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@7650086[OnBoardingRideCreationActivity]
01-27 16:12:31.452 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@7650086[OnBoardingRideCreationActivity]
01-27 16:12:32.218 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:32.218 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:37.449 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:37.449 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:37.458 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6987031, 77.13332609999999
01-27 16:12:37.458 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6987031, 77.13332609999999
01-27 16:12:37.459 15461 16011 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
saving of favourites async task
01-27 16:12:37.459 15461 16011 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
saving of favourites async task
01-27 16:12:37.463 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:12:37.463 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:12:37.484 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@28be0d1[OnBoardingRideCreationActivity]
01-27 16:12:37.484 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@28be0d1[OnBoardingRideCreationActivity]
01-27 16:12:37.487 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:37.487 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:37.602 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:37.602 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:37.621 15461 16011 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
Favourite saved
01-27 16:12:37.621 15461 16011 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
Favourite saved
01-27 16:12:37.621 15461 15461 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
favourites saved
01-27 16:12:37.621 15461 15461 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
favourites saved
01-27 16:12:37.622 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.5579537, 77.206958
01-27 16:12:37.622 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.5579537, 77.206958
01-27 16:12:37.671 15461 15771 D SlaveNetworkWorker: not matched: 1
01-27 16:12:37.671 15461 15771 D SlaveNetworkWorker: not matched: 1
01-27 16:12:37.808 15461 15771 D b : getData: response code:200
01-27 16:12:37.808 15461 15771 D b : getData: response code:200
01-27 16:12:37.809 15461 15771 D b : POST:
https://pn.netcoresmartech.com/profilePush ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","adid":"","identity":"80505609211004","profileDetails":{"HOME":"Ek-
Jyot Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India"}} --- 200 OK {"status" : "success"}
01-27 16:12:37.809 15461 15771 D b : POST:
https://pn.netcoresmartech.com/profilePush ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","adid":"","identity":"80505609211004","profileDetails":{"HOME":"Ek-
Jyot Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India"}} --- 200 OK {"status" : "success"}
01-27 16:12:37.817 15461 15502 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=3cd5b0f0-96e9-4722-98c9-5aeb4ed88b09,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:37.817 15461 15502 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=3cd5b0f0-96e9-4722-98c9-5aeb4ed88b09,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:37.873 15461 16156 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
saving of favourites async task
01-27 16:12:37.873 15461 16156 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
saving of favourites async task
01-27 16:12:37.875 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:12:37.875 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:12:38.000 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:38.000 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:38.015 15461 16156 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
Favourite saved
01-27 16:12:38.015 15461 16156 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
Favourite saved
01-27 16:12:38.015 15461 15461 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
favourites saved
01-27 16:12:38.015 15461 15461 I
com.disha.quickride.androidapp.usermgmt.favourites.FavouriteCreationAsyncTask:
favourites saved
01-27 16:12:38.016 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6987031, 77.13332609999999
01-27 16:12:38.016 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6987031, 77.13332609999999
01-27 16:12:38.020 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:12:38.020 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:12:38.023 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:12:38.023 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:12:38.068 15461 15769 D SlaveNetworkWorker: not matched: 1
01-27 16:12:38.068 15461 15769 D SlaveNetworkWorker: not matched: 1
01-27 16:12:38.110 15461 15769 D b : getData: response code:200
01-27 16:12:38.110 15461 15769 D b : getData: response code:200
01-27 16:12:38.111 15461 15769 D b : POST:
https://pn.netcoresmartech.com/profilePush ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","adid":"","identity":"80505609211004","profileDetails":
{"OFFICE":"Green Park Metro Station, Sri Aurobindo Marg, Block A, Green Park, New
Delhi, Delhi, India"}} --- 200 OK {"status" : "success"}
01-27 16:12:38.111 15461 15769 D b : POST:
https://pn.netcoresmartech.com/profilePush ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","adid":"","identity":"80505609211004","profileDetails":
{"OFFICE":"Green Park Metro Station, Sri Aurobindo Marg, Block A, Green Park, New
Delhi, Delhi, India"}} --- 200 OK {"status" : "success"}
01-27 16:12:38.122 15461 15502 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=4fde9825-5718-4aa1-9dce-1302f2287112,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:38.122 15461 15502 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=4fde9825-5718-4aa1-9dce-1302f2287112,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:38.397 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:38.397 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:38.472 15461 15548 I
com.disha.quickride.androidapp.ridemgmt.passenger.PassengerRideServicesClient:
Passenger ride is created
01-27 16:12:38.472 15461 15548 I
com.disha.quickride.androidapp.ridemgmt.passenger.PassengerRideServicesClient:
Passenger ride is created
01-27 16:12:38.475 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:12:38.475 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:12:38.637 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:38.637 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:38.836 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:38.836 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:38.904 15461 16308 I
com.disha.quickride.androidapp.ridemgmt.passenger.PassengerRideServicesClient:
Passenger ride is created
01-27 16:12:38.904 15461 16308 I
com.disha.quickride.androidapp.ridemgmt.passenger.PassengerRideServicesClient:
Passenger ride is created
01-27 16:12:38.932 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-27 16:12:38.932 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-27 16:12:38.936 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:38.936 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@154b90b[OnBoardingRideCreationActivity]
01-27 16:12:38.938 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:38.938 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:39.000 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:39.000 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:39.021 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@4774f76
01-27 16:12:39.021 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@4774f76
01-27 16:12:39.024 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:12:39.024 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:12:39.025 15461 15461 I ddp : Making Creator dynamically
01-27 16:12:39.025 15461 15461 I ddp : Making Creator dynamically
01-27 16:12:39.048 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:39.048 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:39.066 15461 17095 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:12:39.066 15461 17095 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:12:39.066 15461 17095 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:12:39.066 15461 17095 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:12:39.107 15461 17096 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:12:39.107 15461 17096 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:12:39.107 15461 17096 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:12:39.107 15461 17096 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:12:39.250 15461 15461 W disha.quickrid: Unsupported class loader
01-27 16:12:39.250 15461 15461 W disha.quickrid: Unsupported class loader
01-27 16:12:39.253 15461 15461 I DynamiteModule: Considering local module
com.google.android.gms.maps_dynamite:0 and remote module
com.google.android.gms.maps_dynamite:222
01-27 16:12:39.253 15461 15461 I DynamiteModule: Selected remote version of
com.google.android.gms.maps_dynamite, version >= 222
01-27 16:12:39.253 15461 15461 I DynamiteModule: Considering local module
com.google.android.gms.maps_dynamite:0 and remote module
com.google.android.gms.maps_dynamite:222
01-27 16:12:39.253 15461 15461 I DynamiteModule: Selected remote version of
com.google.android.gms.maps_dynamite, version >= 222
01-27 16:12:39.253 15461 15461 V DynamiteModule: Dynamite loader version >= 2,
using loadModule2NoCrashUtils
01-27 16:12:39.253 15461 15461 V DynamiteModule: Dynamite loader version >= 2,
using loadModule2NoCrashUtils
01-27 16:12:39.268 15461 15461 I DynamiteLoaderV2: [71] Mapsdynamite
01-27 16:12:39.268 15461 15461 I DynamiteLoaderV2: [71] Mapsdynamite
01-27 16:12:39.310 15461 15461 I Google Maps Android API: Google Play services
client version: 12451000
01-27 16:12:39.310 15461 15461 I Google Maps Android API: Google Play services
client version: 12451000
01-27 16:12:39.318 15461 15461 I Google Maps Android API: Google Play services
package version: 20104037
01-27 16:12:39.318 15461 15461 I Google Maps Android API: Google Play services
package version: 20104037
01-27 16:12:39.546 15461 17072 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:12:39.547 15461 17072 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:12:39.547 15461 17072 I AppsFlyer_4.9.0: app went to background
01-27 16:12:39.550 15461 17072 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:12:39.550 15461 17072 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:12:39.546 15461 17072 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:12:39.547 15461 17072 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:12:39.547 15461 17072 I AppsFlyer_4.9.0: app went to background
01-27 16:12:39.550 15461 17072 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:12:39.550 15461 17072 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:12:39.898 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:12:39.898 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:12:39.901 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:39.898 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:12:39.898 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:12:39.901 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:12:39.908 15461 15461 I AppsFlyer_4.9.0: onBecameForeground
01-27 16:12:39.908 15461 15461 I AppsFlyer_4.9.0: onBecameForeground
01-27 16:12:39.908 15461 15461 I AppsFlyer_4.9.0: Last Launch attempt: 2020/01/27
10:41:53.319 +0000;
01-27 16:12:39.908 15461 15461 I AppsFlyer_4.9.0: Last successful Launch event:
2020/01/27 10:41:54.006 +0000;
01-27 16:12:39.908 15461 15461 I AppsFlyer_4.9.0: Sending launch (+46589 ms)
01-27 16:12:39.908 15461 15461 I AppsFlyer_4.9.0: Last Launch attempt: 2020/01/27
10:41:53.319 +0000;
01-27 16:12:39.908 15461 15461 I AppsFlyer_4.9.0: Last successful Launch event:
2020/01/27 10:41:54.006 +0000;
01-27 16:12:39.908 15461 15461 I AppsFlyer_4.9.0: Sending launch (+46589 ms)
01-27 16:12:39.911 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:39.911 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:39.928 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:12:39.928 15461 15489 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:12:39.944 15461 15768 D SlaveNetworkWorker: not matched: 1
01-27 16:12:39.944 15461 15768 D SlaveNetworkWorker: not matched: 1
01-27 16:12:39.945 15461 15770 D SlaveNetworkWorker: not matched: 1
01-27 16:12:39.945 15461 15770 D SlaveNetworkWorker: not matched: 1
01-27 16:12:39.955 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:39.955 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:39.958 15461 17126 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:39.958 15461 17126 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:12:39.978 15461 15461 D
com.disha.quickride.androidapp.BaseQuickRideMenuFragment: Creating view after
session is initialized
01-27 16:12:39.978 15461 15461 D
com.disha.quickride.androidapp.BaseQuickRideMenuFragment: Creating view after
session is initialized
01-27 16:12:39.999 15461 17095 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
UserRouteDetails
01-27 16:12:39.999 15461 17095 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
UserRouteDetails
01-27 16:12:40.006 15461 15770 D b : getData: response code:200
01-27 16:12:40.009 15461 15770 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161238,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121758957","eventname":"fullsi
gnupcomplete","payload":{"recurringRide":"true","userId":80505609211004}} --- 200
OK {"status" : "success"}
01-27 16:12:40.006 15461 15770 D b : getData: response code:200
01-27 16:12:40.009 15461 15770 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161238,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121758957","eventname":"fullsi
gnupcomplete","payload":{"recurringRide":"true","userId":80505609211004}} --- 200
OK {"status" : "success"}
01-27 16:12:40.014 15461 17287 W Gralloc3: allocator 3.x is not supported
01-27 16:12:40.014 15461 17287 W Gralloc3: allocator 3.x is not supported
01-27 16:12:40.020 15461 15598 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=a7d16833-9f2e-4df6-a54f-2299f6f69bdf,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:40.021 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
RideCreationFirstStep is instantiated in FindRideAndOfferRideFragment{138f59e
(3672a87f-a54c-4a90-aa6d-059e3b58ed01)}[startAddress = null, startLatitude = 0.0,
startLongitude = 0.0, endAddress = null, endLatitude = 0.0, endLongitude = 0.0,
startTime = null, rideType = null, userVehicle = null, selectedSeats = 1,
appliedPromoCode = null, reuseExistingData = false]
01-27 16:12:40.024 15461 15461 I
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: On
create called for ride creation first step null
01-27 16:12:40.024 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Start listening to
network state changes
01-27 16:12:40.025 15461 17096 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
FullSignupComplete
01-27 16:12:40.020 15461 15598 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=a7d16833-9f2e-4df6-a54f-2299f6f69bdf,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:40.021 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
RideCreationFirstStep is instantiated in FindRideAndOfferRideFragment{138f59e
(3672a87f-a54c-4a90-aa6d-059e3b58ed01)}[startAddress = null, startLatitude = 0.0,
startLongitude = 0.0, endAddress = null, endLatitude = 0.0, endLongitude = 0.0,
startTime = null, rideType = null, userVehicle = null, selectedSeats = 1,
appliedPromoCode = null, reuseExistingData = false]
01-27 16:12:40.024 15461 15461 I
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: On
create called for ride creation first step null
01-27 16:12:40.024 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Start listening to
network state changes
01-27 16:12:40.025 15461 17096 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
FullSignupComplete
01-27 16:12:40.059 15461 17294 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:12:40.059 15461 17294 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:12:40.059 15461 17294 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:12:40.059 15461 17294 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:12:40.075 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
onMapReady in FindRideAndOfferRideFragment{138f59e (3672a87f-a54c-4a90-aa6d-
059e3b58ed01) id=0x7f0a02f1}[startAddress = null, startLatitude = 0.0,
startLongitude = 0.0, endAddress = null, endLatitude = 0.0, endLongitude = 0.0,
startTime = null, rideType = null, userVehicle = null, selectedSeats = 1,
appliedPromoCode = null, reuseExistingData = false]
01-27 16:12:40.075 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
onMapReady in FindRideAndOfferRideFragment{138f59e (3672a87f-a54c-4a90-aa6d-
059e3b58ed01) id=0x7f0a02f1}[startAddress = null, startLatitude = 0.0,
startLongitude = 0.0, endAddress = null, endLatitude = 0.0, endLongitude = 0.0,
startTime = null, rideType = null, userVehicle = null, selectedSeats = 1,
appliedPromoCode = null, reuseExistingData = false]
01-27 16:12:40.077 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
startLocationUpdatesIfRequired true in FindRideAndOfferRideFragment{138f59e
(3672a87f-a54c-4a90-aa6d-059e3b58ed01) id=0x7f0a02f1}[startAddress = null,
startLatitude = 0.0, startLongitude = 0.0, endAddress = null, endLatitude = 0.0,
endLongitude = 0.0, startTime = null, rideType = null, userVehicle = null,
selectedSeats = 1, appliedPromoCode = null, reuseExistingData = false]
01-27 16:12:40.077 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
startLocationUpdatesIfRequired true in FindRideAndOfferRideFragment{138f59e
(3672a87f-a54c-4a90-aa6d-059e3b58ed01) id=0x7f0a02f1}[startAddress = null,
startLatitude = 0.0, startLongitude = 0.0, endAddress = null, endLatitude = 0.0,
endLongitude = 0.0, startTime = null, rideType = null, userVehicle = null,
selectedSeats = 1, appliedPromoCode = null, reuseExistingData = false]
01-27 16:12:40.125 15461 15768 D b : getData: response code:200
01-27 16:12:40.125 15461 15768 D b : getData: response code:200
01-27 16:12:40.125 15461 15768 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161238,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121758916","eventname":"userro
utedetails","payload":
{"homeFromTime":"08:00:00","officeFromTime":"18:00:00","registeredCity":"Delhi","of
ficeFromAddress":"Green Park Metro Station, Sri Aurobindo Marg, Block A, Green
Park, New Delhi, Delhi, India","homeFromAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi, India"}} --- 200 OK
{"status" : "success"}
01-27 16:12:40.125 15461 15768 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161238,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121758916","eventname":"userro
utedetails","payload":
{"homeFromTime":"08:00:00","officeFromTime":"18:00:00","registeredCity":"Delhi","of
ficeFromAddress":"Green Park Metro Station, Sri Aurobindo Marg, Block A, Green
Park, New Delhi, Delhi, India","homeFromAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi, India"}} --- 200 OK
{"status" : "success"}
01-27 16:12:40.136 15461 15598 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=aac11288-d472-41c5-a9bc-e3e874889428,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:40.136 15461 15598 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=aac11288-d472-41c5-a9bc-e3e874889428,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:12:40.282 15461 17095 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:12:40.282 15461 17095 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:12:40.284 15461 17095 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:12:40.284 15461 17095 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:12:40.290 15461 17095 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:12:40.291 15461 17095 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:12:40.290 15461 17095 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:12:40.291 15461 17095 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:12:40.295 15461 17095 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:12:40.295 15461 17095 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:12:40.297 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user recent
ride type
01-27 16:12:40.297 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user recent
ride type
01-27 16:12:40.301 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
onActivityCreated with null
01-27 16:12:40.301 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: Ride
creation fragment is started
01-27 16:12:40.301 15461 17311 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:12:40.301 15461 17311 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121759963","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"91a9cef41759f4207ee67ffeeeefa0c032fab9b8","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"registeredCity\":\"Delhi\",\"homeFromTime\":\
"08:00:00\",\"officeFromAddress\":\"Green Park Metro Station, Sri Aurobindo Marg,
Block A, Green Park, New Delhi, Delhi, India\",\"homeFromAddress\":\"Ek-Jyot
Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India\",\"officeFromTime\":\"18:00:00\"}","isGaidWithGps":"true","lang_code":"en","
installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"UserRouteDetails","model":"GM1901","lang":
"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData":
{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"5","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"c4d3970c8d61940d509257c7a7668366095b652f","carrier":"airtel","kef4
e61":"a236e65693f52ead48181c1f0c531a0d5918180d5a1f1e","af_preinstalled":"false","ia
ecounter":"10","tokenRefreshConfigured":false,"af_gcm_token":"eguMVjeN_q0:APA91bGCu
6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121724203\",\"prev_event_value\":\"{\\\"preferredRole\\\":\\
\"RideTaker\\\"}\",\"prev_event_name\":\"UserSelectedRole\"}","platformextension":"
android_native","cksm_v1":"6f860b039668cfa8dffd83851f111f9056"}
01-27 16:12:40.301 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
onActivityCreated with null
01-27 16:12:40.301 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: Ride
creation fragment is started
01-27 16:12:40.301 15461 17311 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:12:40.301 15461 17311 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121759963","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"91a9cef41759f4207ee67ffeeeefa0c032fab9b8","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"registeredCity\":\"Delhi\",\"homeFromTime\":\
"08:00:00\",\"officeFromAddress\":\"Green Park Metro Station, Sri Aurobindo Marg,
Block A, Green Park, New Delhi, Delhi, India\",\"homeFromAddress\":\"Ek-Jyot
Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India\",\"officeFromTime\":\"18:00:00\"}","isGaidWithGps":"true","lang_code":"en","
installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"UserRouteDetails","model":"GM1901","lang":
"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData":
{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"5","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"c4d3970c8d61940d509257c7a7668366095b652f","carrier":"airtel","kef4
e61":"a236e65693f52ead48181c1f0c531a0d5918180d5a1f1e","af_preinstalled":"false","ia
ecounter":"10","tokenRefreshConfigured":false,"af_gcm_token":"eguMVjeN_q0:APA91bGCu
6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121724203\",\"prev_event_value\":\"{\\\"preferredRole\\\":\\
\"RideTaker\\\"}\",\"prev_event_name\":\"UserSelectedRole\"}","platformextension":"
android_native","cksm_v1":"6f860b039668cfa8dffd83851f111f9056"}
01-27 16:12:40.308 15461 17096 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:12:40.310 15461 17096 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:12:40.308 15461 17096 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:12:40.310 15461 17096 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:12:40.321 15461 17096 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:12:40.321 15461 17096 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:12:40.321 15461 17096 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:12:40.321 15461 17096 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:12:40.323 15461 17096 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:12:40.323 15461 17096 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:12:40.330 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.common.CommonMapActivity--- jank
level = 2
01-27 16:12:40.330 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.common.CommonMapActivity--- jank
level = 2
01-27 16:12:40.336 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Received connection
status changed intent Intent { act=android.net.conn.CONNECTIVITY_CHANGE
flg=0x4200010 (has extras) }
01-27 16:12:40.337 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
Considering last location from FusedLocationProviderClient [Location[fused
28.697943,77.133409 hAcc=64 et=+11d22h27m4s318ms alt=167.5 vAcc=2 sAcc=??? bAcc=???
{Bundle[mParcelledData.dataSize=52]}]]
01-27 16:12:40.337 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6979425, 77.1334092
01-27 16:12:40.336 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Received connection
status changed intent Intent { act=android.net.conn.CONNECTIVITY_CHANGE
flg=0x4200010 (has extras) }
01-27 16:12:40.337 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
Considering last location from FusedLocationProviderClient [Location[fused
28.697943,77.133409 hAcc=64 et=+11d22h27m4s318ms alt=167.5 vAcc=2 sAcc=??? bAcc=???
{Bundle[mParcelledData.dataSize=52]}]]
01-27 16:12:40.337 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6979425, 77.1334092
01-27 16:12:40.343 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: Routes
retrieval
01-27 16:12:40.343 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: Routes
retrieval
01-27 16:12:40.387 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:40.387 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:12:40.576 15461 16911 D
com.disha.quickride.androidapp.ridemgmt.FindRideAndOfferRideFragment: Network is
available
01-27 16:12:40.576 15461 16911 D
com.disha.quickride.androidapp.ridemgmt.FindRideAndOfferRideFragment: Network is
available
01-27 16:12:40.585 15461 17294 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Launch
01-27 16:12:40.585 15461 17294 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
Launch
01-27 16:12:40.612 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.common.CommonMapActivity--- jank
level = 1
01-27 16:12:40.612 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.common.CommonMapActivity--- jank
level = 1
01-27 16:12:40.618 15461 16011 D
com.disha.quickride.androidapp.location.UserRecentLocationUpdationAsyncTask:
UserRecentLocationUpdationAsyncTask with UserPrimaryAreaInformation
[userId=80505609211004, registeredCountry=null, registeredState=null,
registeredCity=null, registeredAreaName=null, registeredStreetName=null,
registeredAddress=null, registeredLattitude=0.0, registeredLongitude=0.0,
recentCountry=India, recentState=Delhi, recentCity=Delhi, recentAreaName=25 TO 48,
recentStreetName=Pitam Pura, recentAddress=25 TO 48, Harsh Vihar, Pitam Pura,
Delhi, 110034, India, recentLattitude=28.698, recentLongitude=77.133,
homeCountry=null, homeState=null, homeCity=null, homeAreaName=null,
homeStreetName=null, homeAddress=null, homeLattitude=0.0, homeLongitude=0.0,
officeCountry=null, officeState=null, officeCity=null, officeAreaName=null,
officeStreetName=null, officeAddress=null, officeLattitude=0.0,
officeLongitude=0.0, recentFavRideFromCountry=null, recentFavRideFromState=null,
recentFavRideFromCity=null, recentFavRideFromAreaName=null,
recentFavRideFromStreetName=null, recentFavRideFromAddress=null,
recentFavRideFromLattitude=0.0, recentFavRideFromLongitude=0.0,
recentFavRideToCountry=null, recentFavRideToState=null, recentFavRideToCity=null,
recentFavRideToAreaName=null, recentFavRideToStreetName=null,
recentFavRideToAddress=null, recentFavRideToLattitude=0.0,
recentFavRideToLongitude=0.0, date=null]
01-27 16:12:40.619 15461 17294 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:12:40.620 15461 17294 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:12:40.622 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:12:40.618 15461 16011 D
com.disha.quickride.androidapp.location.UserRecentLocationUpdationAsyncTask:
UserRecentLocationUpdationAsyncTask with UserPrimaryAreaInformation
[userId=80505609211004, registeredCountry=null, registeredState=null,
registeredCity=null, registeredAreaName=null, registeredStreetName=null,
registeredAddress=null, registeredLattitude=0.0, registeredLongitude=0.0,
recentCountry=India, recentState=Delhi, recentCity=Delhi, recentAreaName=25 TO 48,
recentStreetName=Pitam Pura, recentAddress=25 TO 48, Harsh Vihar, Pitam Pura,
Delhi, 110034, India, recentLattitude=28.698, recentLongitude=77.133,
homeCountry=null, homeState=null, homeCity=null, homeAreaName=null,
homeStreetName=null, homeAddress=null, homeLattitude=0.0, homeLongitude=0.0,
officeCountry=null, officeState=null, officeCity=null, officeAreaName=null,
officeStreetName=null, officeAddress=null, officeLattitude=0.0,
officeLongitude=0.0, recentFavRideFromCountry=null, recentFavRideFromState=null,
recentFavRideFromCity=null, recentFavRideFromAreaName=null,
recentFavRideFromStreetName=null, recentFavRideFromAddress=null,
recentFavRideFromLattitude=0.0, recentFavRideFromLongitude=0.0,
recentFavRideToCountry=null, recentFavRideToState=null, recentFavRideToCity=null,
recentFavRideToAreaName=null, recentFavRideToStreetName=null,
recentFavRideToAddress=null, recentFavRideToLattitude=0.0,
recentFavRideToLongitude=0.0, date=null]
01-27 16:12:40.619 15461 17294 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:12:40.620 15461 17294 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:12:40.622 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:12:40.637 15461 17294 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:12:40.637 15461 17294 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:12:40.640 15461 17294 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:12:40.640 15461 17294 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:12:40.647 15461 17294 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:12:40.647 15461 17294 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:12:40.648 15461 17294 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:12:40.649 15461 17294 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121759950","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"6ceeddc9e4215c7cd05b69b55708cfd92f8b3dfb","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"userId\":80505609211004,\"recurringRide\":tru
e}","isGaidWithGps":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"FullSignupComplete","model":"GM1901","lang
":"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData"
:{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"5","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"d92a7d5fb53758feb5e56d09ded57410da39ff26","carrier":"airtel","kef4
d62":"a227ffa718e4969f48181c1f0c531a0d5918180d5a1f1e","af_preinstalled":"false","ia
ecounter":"11","tokenRefreshConfigured":false,"af_gcm_token":"eguMVjeN_q0:APA91bGCu
6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121760000\",\"prev_event_value\":\"{\\\"registeredCity\\\":\
\\"Delhi\\\",\\\"homeFromTime\\\":\\\"08:00:00\\\",\\\"officeFromAddress\\\":\\\"Gr
een Park Metro Station, Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India\\\",\\\"homeFromAddress\\\":\\\"Ek-Jyot Apartments, Shyamji Krishna Varma
Marg, Saraswati Vihar, Pitampura, Delhi,
India\\\",\\\"officeFromTime\\\":\\\"18:00:00\\\"}\",\"prev_event_name\":\"UserRout
eDetails\"}","platformextension":"android_native","cksm_v1":"25bd78235af7404a1f8127
736cdb8f872d"}
01-27 16:12:40.648 15461 17294 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:12:40.649 15461 17294 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121759950","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"6ceeddc9e4215c7cd05b69b55708cfd92f8b3dfb","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"userId\":80505609211004,\"recurringRide\":tru
e}","isGaidWithGps":"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"FullSignupComplete","model":"GM1901","lang
":"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData"
:{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"5","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"d92a7d5fb53758feb5e56d09ded57410da39ff26","carrier":"airtel","kef4
d62":"a227ffa718e4969f48181c1f0c531a0d5918180d5a1f1e","af_preinstalled":"false","ia
ecounter":"11","tokenRefreshConfigured":false,"af_gcm_token":"eguMVjeN_q0:APA91bGCu
6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121760000\",\"prev_event_value\":\"{\\\"registeredCity\\\":\
\\"Delhi\\\",\\\"homeFromTime\\\":\\\"08:00:00\\\",\\\"officeFromAddress\\\":\\\"Gr
een Park Metro Station, Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India\\\",\\\"homeFromAddress\\\":\\\"Ek-Jyot Apartments, Shyamji Krishna Varma
Marg, Saraswati Vihar, Pitampura, Delhi,
India\\\",\\\"officeFromTime\\\":\\\"18:00:00\\\"}\",\"prev_event_name\":\"UserRout
eDetails\"}","platformextension":"android_native","cksm_v1":"25bd78235af7404a1f8127
736cdb8f872d"}
01-27 16:12:40.737 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:40.737 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:40.788 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:40.788 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:12:40.998 15461 15461 E padding : fixZoomForMultiplePolylines: 162
01-27 16:12:40.998 15461 15461 E padding : fixZoomForMultiplePolylines: 162
01-27 16:12:41.096 15461 17311 I AppsFlyer_4.9.0: response code: 200
01-27 16:12:41.096 15461 17311 I AppsFlyer_4.9.0: response code: 200
01-27 16:12:41.096 15461 17311 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:12:41.096 15461 17311 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:12:41.097 15461 17311 I AppsFlyer_4.9.0: url:
https://t.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:12:41.097 15461 17311 I AppsFlyer_4.9.0: url:
https://t.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:12:41.097 15461 17311 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121760567","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","timepassedsincelastlaunch":"46","open_referrer":"androi
d-
app:\/\/com.disha.quickride","af_v2":"2bd7fb566925007c442e217d4fe3ecd3c3e20468","ui
d":"1580121578867-
3762180197533250658","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"model":"GM1901","lang":"English","brand":"OnePlus","de
viceType":"user","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","btch":"ac","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","btl":"45.0","cpu_abi2":""},"installer_package":"com.android.vending"
,"date2":"2020-01-27_103818+0000","counter":"6","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"c59f2eea665d1883de45c5ba9623a5137cee4481","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"11","tokenRefreshConfigured":false,"af_gcm_token
":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","platformextension":"an
droid_native","kef4a61":"c0f34ea7d73ce48048181c1f0c531a0d5918180d5a1f19","cksm_v1":
"817fa8c3168326c10f5fe22364af2fc2f5"}
01-27 16:12:41.097 15461 17311 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121760567","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","timepassedsincelastlaunch":"46","open_referrer":"androi
d-
app:\/\/com.disha.quickride","af_v2":"2bd7fb566925007c442e217d4fe3ecd3c3e20468","ui
d":"1580121578867-
3762180197533250658","isGaidWithGps":"true","lang_code":"en","installDate":"2020-
01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"model":"GM1901","lang":"English","brand":"OnePlus","de
viceType":"user","product":"OnePlus7","deviceData":{"cpu_abi":"arm64-
v8a","build_display_id":"GM1901_14_191007","btch":"ac","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","btl":"45.0","cpu_abi2":""},"installer_package":"com.android.vending"
,"date2":"2020-01-27_103818+0000","counter":"6","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"c59f2eea665d1883de45c5ba9623a5137cee4481","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"11","tokenRefreshConfigured":false,"af_gcm_token
":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","platformextension":"an
droid_native","kef4a61":"c0f34ea7d73ce48048181c1f0c531a0d5918180d5a1f19","cksm_v1":
"817fa8c3168326c10f5fe22364af2fc2f5"}
01-27 16:12:41.341 15461 17294 I AppsFlyer_4.9.0: response code: 200
01-27 16:12:41.341 15461 17294 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:12:41.341 15461 17294 I AppsFlyer_4.9.0: response code: 200
01-27 16:12:41.341 15461 17294 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:12:41.500 15461 15476 W System : A resource failed to call end.
01-27 16:12:41.500 15461 15476 W System : A resource failed to call end.
01-27 16:12:41.784 15461 17288 W DynamiteModule: Local module descriptor class for
com.google.android.gms.googlecertificates not found.
01-27 16:12:41.784 15461 17288 W DynamiteModule: Local module descriptor class for
com.google.android.gms.googlecertificates not found.
01-27 16:12:41.793 15461 17288 I DynamiteModule: Considering local module
com.google.android.gms.googlecertificates:0 and remote module
com.google.android.gms.googlecertificates:4
01-27 16:12:41.793 15461 17288 I DynamiteModule: Considering local module
com.google.android.gms.googlecertificates:0 and remote module
com.google.android.gms.googlecertificates:4
01-27 16:12:41.793 15461 17288 I DynamiteModule: Selected remote version of
com.google.android.gms.googlecertificates, version >= 4
01-27 16:12:41.793 15461 17288 I DynamiteModule: Selected remote version of
com.google.android.gms.googlecertificates, version >= 4
01-27 16:12:41.794 15461 17288 I DynamiteLoaderV2: [71] Googlecertificates
01-27 16:12:41.794 15461 17288 I DynamiteLoaderV2: [71] Googlecertificates
01-27 16:12:41.873 15461 17311 I AppsFlyer_4.9.0: response code: 200
01-27 16:12:41.874 15461 17311 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:12:41.873 15461 17311 I AppsFlyer_4.9.0: response code: 200
01-27 16:12:41.874 15461 17311 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:12:43.645 15461 15461 I
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: updated
location : Location[fused 28.698298,77.133582 hAcc=31 et=+11d22h27m4s892ms
alt=167.5 vAcc=2 sAcc=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}]
01-27 16:12:43.645 15461 15461 I
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: updated
location : Location[fused 28.698298,77.133582 hAcc=31 et=+11d22h27m4s892ms
alt=167.5 vAcc=2 sAcc=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}]
01-27 16:12:43.655 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6982984, 77.1335822
01-27 16:12:43.655 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.6982984, 77.1335822
01-27 16:12:43.678 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: Routes
retrieval
01-27 16:12:43.678 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: Routes
retrieval
01-27 16:12:43.901 15461 15461 E padding : fixZoomForMultiplePolylines: 162
01-27 16:12:43.901 15461 15461 E padding : fixZoomForMultiplePolylines: 162
01-27 16:12:50.362 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:50.362 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:12:50.390 15461 17362 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@44eb930[CommonMapActivity]
01-27 16:12:50.390 15461 17362 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@44eb930[CommonMapActivity]
01-27 16:12:50.404 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:50.404 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:12:50.433 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:12:50.433 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:12:52.344 15461 15461 I Surface : opservice is null false
01-27 16:12:52.344 15461 15461 I Surface : opservice is null false
01-27 16:13:01.245 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:01.245 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:01.245 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Query
result has either expired or is not available in cache, will fetch from server!!!
01-27 16:13:01.245 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Query
result has either expired or is not available in cache, will fetch from server!!!
01-27 16:13:01.246 15461 15652 I
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: getting of matching rider rides
01-27 16:13:01.246 15461 15652 I
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: getting of matching rider rides
01-27 16:13:01.259 15461 17362 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:01.259 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:13:01.259 15461 17362 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:01.259 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:13:01.259 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:01.259 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:04.091 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:04.091 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: Error while getting matched rider rides
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: java.lang.ClassCastException: com.disha.quickride.domain.model.Ride cannot
be cast to com.disha.quickride.domain.model.PassengerRide
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache$1.recei
veMatchingRidersList(SourceFile:262)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:66)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:13)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at android.os.AsyncTask$3.call(AsyncTask.java:378)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at java.lang.Thread.run(Thread.java:919)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: Error while getting matched rider rides
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: java.lang.ClassCastException: com.disha.quickride.domain.model.Ride cannot
be cast to com.disha.quickride.domain.model.PassengerRide
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache$1.recei
veMatchingRidersList(SourceFile:262)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:66)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:13)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at android.os.AsyncTask$3.call(AsyncTask.java:378)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:13:04.185 15461 15652 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask: at java.lang.Thread.run(Thread.java:919)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Error
while retrieving matched riders from server for 0
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
java.lang.ClassCastException: com.disha.quickride.domain.model.Ride cannot be cast
to com.disha.quickride.domain.model.PassengerRide
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache$1.recei
veMatchingRidersList(SourceFile:262)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:66)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:13)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at android.os.AsyncTask$3.call(AsyncTask.java:378)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at java.lang.Thread.run(Thread.java:919)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Error
while retrieving matched riders from server for 0
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
java.lang.ClassCastException: com.disha.quickride.domain.model.Ride cannot be cast
to com.disha.quickride.domain.model.PassengerRide
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache$1.recei
veMatchingRidersList(SourceFile:262)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:66)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:13)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at android.os.AsyncTask$3.call(AsyncTask.java:378)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
at java.lang.Thread.run(Thread.java:919)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
handleNearByOptionsFailureCase called
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
java.lang.ClassCastException: com.disha.quickride.domain.model.Ride cannot be cast
to com.disha.quickride.domain.model.PassengerRide
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache$1.recei
veMatchingRidersList(SourceFile:262)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:66)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:13)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
android.os.AsyncTask$3.call(AsyncTask.java:378)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
java.lang.Thread.run(Thread.java:919)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
handleNearByOptionsFailureCase called
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
java.lang.ClassCastException: com.disha.quickride.domain.model.Ride cannot be cast
to com.disha.quickride.domain.model.PassengerRide
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache$1.recei
veMatchingRidersList(SourceFile:262)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:66)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.FindMatchingRidersAsy
ncTask.doInBackground(SourceFile:13)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
android.os.AsyncTask$3.call(AsyncTask.java:378)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:13:04.186 15461 15461 E
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: at
java.lang.Thread.run(Thread.java:919)
01-27 16:13:10.012 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:10.012 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:10.022 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:13:10.022 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = POST
01-27 16:13:10.041 15461 17362 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@7ee865a[CommonMapActivity]
01-27 16:13:10.041 15461 17362 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@7ee865a[CommonMapActivity]
01-27 16:13:10.046 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:13:10.046 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:13:10.079 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:10.079 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:10.162 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:10.162 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:10.199 15461 15548 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-27 16:13:10.199 15461 15548 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-27 16:13:10.199 15461 15548 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-27 16:13:10.199 15461 15548 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-27 16:13:10.201 15461 16156 I
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: checking
if location update is required based on ride start time
01-27 16:13:10.201 15461 16156 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-27 16:13:10.203 15461 16156 D
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: Service
running status : false
01-27 16:13:10.203 15461 16156 I
com.disha.quickride.androidapp.ridemgmt.passenger.PassengerRideCreationAsyncTask:
Passenger ride is created
01-27 16:13:10.201 15461 16156 I
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: checking
if location update is required based on ride start time
01-27 16:13:10.201 15461 16156 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-27 16:13:10.203 15461 16156 D
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: Service
running status : false
01-27 16:13:10.203 15461 16156 I
com.disha.quickride.androidapp.ridemgmt.passenger.PassengerRideCreationAsyncTask:
Passenger ride is created
01-27 16:13:10.204 15461 15620 D
com.disha.quickride.androidapp.myrides.cache.ScheduleNotificationUpdateWorkersAsync
Task: Created periodic OneTimeWorkRequest
01-27 16:13:10.204 15461 15620 D
com.disha.quickride.androidapp.myrides.cache.ScheduleNotificationUpdateWorkersAsync
Task: Created periodic OneTimeWorkRequest
01-27 16:13:10.216 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
moveToRideView()
01-27 16:13:10.216 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
moveToRideView()
01-27 16:13:10.218 15461 17362 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:10.218 15461 17362 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:10.235 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
initialiseWithNewData in FindRideAndOfferRideFragment{138f59e (3672a87f-a54c-4a90-
aa6d-059e3b58ed01) id=0x7f0a02f1}[startAddress = Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi, India, startLatitude =
28.6987031, startLongitude = 77.13332609999999, endAddress = Green Park Metro
Station, Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi, India,
endLatitude = 28.5579537, endLongitude = 77.206958, startTime = Mon Jan 27 16:13:10
GMT+05:30 2020, rideType = Passenger, userVehicle = [id: 0 ][ownerid:
80505609211004 ][model: Hatch Back ][regno: null ][capacity: 4 ][fare: 4.0 ]
[imageURI: null ][makeAndCategory: null ][additionalFacilities: null ][vehicleType:
Car ][riderHasHelmet: true ], selectedSeats = 1, appliedPromoCode = null,
reuseExistingData = false]
01-27 16:13:10.235 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
initialiseWithNewData in FindRideAndOfferRideFragment{138f59e (3672a87f-a54c-4a90-
aa6d-059e3b58ed01) id=0x7f0a02f1}[startAddress = Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi, India, startLatitude =
28.6987031, startLongitude = 77.13332609999999, endAddress = Green Park Metro
Station, Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi, India,
endLatitude = 28.5579537, endLongitude = 77.206958, startTime = Mon Jan 27 16:13:10
GMT+05:30 2020, rideType = Passenger, userVehicle = [id: 0 ][ownerid:
80505609211004 ][model: Hatch Back ][regno: null ][capacity: 4 ][fare: 4.0 ]
[imageURI: null ][makeAndCategory: null ][additionalFacilities: null ][vehicleType:
Car ][riderHasHelmet: true ], selectedSeats = 1, appliedPromoCode = null,
reuseExistingData = false]
01-27 16:13:10.235 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user recent
ride type
01-27 16:13:10.235 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user recent
ride type
01-27 16:13:10.243 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:10.243 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:10.249 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:10.249 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:10.257 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Stop listening to network
state changes
01-27 16:13:10.257 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Stop listening to network
state changes
01-27 16:13:10.274 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:10.274 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:10.327 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: Restarting activity
after session is initialized
01-27 16:13:10.327 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: Restarting activity
after session is initialized
01-27 16:13:10.327 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Start listening to
network state changes
01-27 16:13:10.327 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Start listening to
network state changes
01-27 16:13:10.330 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache:
addRideUpdateListener with : RIDE_VIEW_KEY, RideViewActivity{ab80eb1 (77bf7322-
4f3b-45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}
01-27 16:13:10.330 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache:
addRideUpdateListener with : RIDE_VIEW_KEY, RideViewActivity{ab80eb1 (77bf7322-
4f3b-45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}
01-27 16:13:10.330 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: Adding
ApplicationVisibilityStatusChangeListener [RideViewActivity{ab80eb1 (77bf7322-4f3b-
45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}] for key : [RIDE_VIEW_KEY]
01-27 16:13:10.330 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: Adding
ApplicationVisibilityStatusChangeListener [RideViewActivity{ab80eb1 (77bf7322-4f3b-
45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}] for key : [RIDE_VIEW_KEY]
01-27 16:13:10.331 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache:
addRideUpdateListener with : RIDE_VIEW_KEY, RideViewActivity{ab80eb1 (77bf7322-
4f3b-45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}
01-27 16:13:10.331 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache:
addRideUpdateListener with : RIDE_VIEW_KEY, RideViewActivity{ab80eb1 (77bf7322-
4f3b-45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}
01-27 16:13:10.331 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: Adding
ApplicationVisibilityStatusChangeListener [RideViewActivity{ab80eb1 (77bf7322-4f3b-
45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}] for key : [RIDE_VIEW_KEY]
01-27 16:13:10.331 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: Adding
ApplicationVisibilityStatusChangeListener [RideViewActivity{ab80eb1 (77bf7322-4f3b-
45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}] for key : [RIDE_VIEW_KEY]
01-27 16:13:10.335 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:10.335 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:10.338 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity:
currentParticipantRide = Ride [id=112278839,routeId= 61519196595593,
userId=80505609211004, userName=Yash Ahuja, rideType=Passenger, startAddress=Ek-
Jyot Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India, startLatitude=28.6987031, startLongitude=77.13332609999999,
startPoint=lat[28.6987031], lon[77.13332609999999], endAddress=Green Park Metro
Station, Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi, India,
endLatitude=28.5579537, endLongitude=77.206958, endPoint=lat[28.5579537],
lon[77.206958], distance=24.25, promocode=null, rideNotes=null,
allowRideMatchToJoinedGroups=false, showMeToJoinedGroups=false, appName=Quick Ride,
cancelledByStatus=false, userEmail=null, durationInTraffic=0, cancelledTime=null,
startTime=Tue Jan 28 08:00:00 GMT+05:30 2020, expectedEndTime=Tue Jan 28 08:42:00
GMT+05:30 2020, status=Requested, actualStartTime=null, actualEndtime=null,
rideCreationTime=Mon Jan 27 16:13:10 GMT+05:30 2020, regularRideId=0,
customRoute=false, waypoints=null, version=0, lastUpdatedTime=null,
stTime=1580178600000, expEndTime=0, matchPercentage=0, cancellationReason=null]
[rideId:0 ][riderId:0 ][riderName:null ][points:0.0 ][newFare:-1.0 ][noOfSeats:1 ]
[pickupAddress:null ][pickupLatitude:0.0 ][pickupLongitude:0.0 ][pickupTime:null]
[dropAddress:null ][dropLatitude:0.0 ][dropLongitude:0.0 ][dropTime:null]
[taxiRideId:0][overLappingDistance:0.0][pickupAndDropRoutePolyline:null][newFare:-
1.0][preferredRider:false][joinedTime:null][pkTime:0][dpTime:0][pymtType:INAPP]
[autoConfirm:false]
01-27 16:13:10.338 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity:
currentParticipantRide = Ride [id=112278839,routeId= 61519196595593,
userId=80505609211004, userName=Yash Ahuja, rideType=Passenger, startAddress=Ek-
Jyot Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India, startLatitude=28.6987031, startLongitude=77.13332609999999,
startPoint=lat[28.6987031], lon[77.13332609999999], endAddress=Green Park Metro
Station, Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi, India,
endLatitude=28.5579537, endLongitude=77.206958, endPoint=lat[28.5579537],
lon[77.206958], distance=24.25, promocode=null, rideNotes=null,
allowRideMatchToJoinedGroups=false, showMeToJoinedGroups=false, appName=Quick Ride,
cancelledByStatus=false, userEmail=null, durationInTraffic=0, cancelledTime=null,
startTime=Tue Jan 28 08:00:00 GMT+05:30 2020, expectedEndTime=Tue Jan 28 08:42:00
GMT+05:30 2020, status=Requested, actualStartTime=null, actualEndtime=null,
rideCreationTime=Mon Jan 27 16:13:10 GMT+05:30 2020, regularRideId=0,
customRoute=false, waypoints=null, version=0, lastUpdatedTime=null,
stTime=1580178600000, expEndTime=0, matchPercentage=0, cancellationReason=null]
[rideId:0 ][riderId:0 ][riderName:null ][points:0.0 ][newFare:-1.0 ][noOfSeats:1 ]
[pickupAddress:null ][pickupLatitude:0.0 ][pickupLongitude:0.0 ][pickupTime:null]
[dropAddress:null ][dropLatitude:0.0 ][dropLongitude:0.0 ][dropTime:null]
[taxiRideId:0][overLappingDistance:0.0][pickupAndDropRoutePolyline:null][newFare:-
1.0][preferredRider:false][joinedTime:null][pkTime:0][dpTime:0][pymtType:INAPP]
[autoConfirm:false]
01-27 16:13:10.338 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting
passengerRide:112278839
01-27 16:13:10.338 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting
passengerRide:112278839
01-27 16:13:10.344 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: handling of
requested ride : Ride [id=112278839,routeId= 61519196595593,
userId=80505609211004, userName=Yash Ahuja, rideType=Passenger, startAddress=Ek-
Jyot Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India, startLatitude=28.6987031, startLongitude=77.13332609999999,
startPoint=lat[28.6987031], lon[77.13332609999999], endAddress=Green Park Metro
Station, Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi, India,
endLatitude=28.5579537, endLongitude=77.206958, endPoint=lat[28.5579537],
lon[77.206958], distance=24.25, promocode=null, rideNotes=null,
allowRideMatchToJoinedGroups=false, showMeToJoinedGroups=false, appName=Quick Ride,
cancelledByStatus=false, userEmail=null, durationInTraffic=0, cancelledTime=null,
startTime=Tue Jan 28 08:00:00 GMT+05:30 2020, expectedEndTime=Tue Jan 28 08:42:00
GMT+05:30 2020, status=Requested, actualStartTime=null, actualEndtime=null,
rideCreationTime=Mon Jan 27 16:13:10 GMT+05:30 2020, regularRideId=0,
customRoute=false, waypoints=null, version=0, lastUpdatedTime=null,
stTime=1580178600000, expEndTime=0, matchPercentage=0, cancellationReason=null]
[rideId:0 ][riderId:0 ][riderName:null ][points:0.0 ][newFare:-1.0 ][noOfSeats:1 ]
[pickupAddress:null ][pickupLatitude:0.0 ][pickupLongitude:0.0 ][pickupTime:null]
[dropAddress:null ][dropLatitude:0.0 ][dropLongitude:0.0 ][dropTime:null]
[taxiRideId:0][overLappingDistance:0.0][pickupAndDropRoutePolyline:null][newFare:-
1.0][preferredRider:false][joinedTime:null][pkTime:0][dpTime:0][pymtType:INAPP]
[autoConfirm:false]
01-27 16:13:10.344 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: handling of
requested ride : Ride [id=112278839,routeId= 61519196595593,
userId=80505609211004, userName=Yash Ahuja, rideType=Passenger, startAddress=Ek-
Jyot Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India, startLatitude=28.6987031, startLongitude=77.13332609999999,
startPoint=lat[28.6987031], lon[77.13332609999999], endAddress=Green Park Metro
Station, Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi, India,
endLatitude=28.5579537, endLongitude=77.206958, endPoint=lat[28.5579537],
lon[77.206958], distance=24.25, promocode=null, rideNotes=null,
allowRideMatchToJoinedGroups=false, showMeToJoinedGroups=false, appName=Quick Ride,
cancelledByStatus=false, userEmail=null, durationInTraffic=0, cancelledTime=null,
startTime=Tue Jan 28 08:00:00 GMT+05:30 2020, expectedEndTime=Tue Jan 28 08:42:00
GMT+05:30 2020, status=Requested, actualStartTime=null, actualEndtime=null,
rideCreationTime=Mon Jan 27 16:13:10 GMT+05:30 2020, regularRideId=0,
customRoute=false, waypoints=null, version=0, lastUpdatedTime=null,
stTime=1580178600000, expEndTime=0, matchPercentage=0, cancellationReason=null]
[rideId:0 ][riderId:0 ][riderName:null ][points:0.0 ][newFare:-1.0 ][noOfSeats:1 ]
[pickupAddress:null ][pickupLatitude:0.0 ][pickupLongitude:0.0 ][pickupTime:null]
[dropAddress:null ][dropLatitude:0.0 ][dropLongitude:0.0 ][dropTime:null]
[taxiRideId:0][overLappingDistance:0.0][pickupAndDropRoutePolyline:null][newFare:-
1.0][preferredRider:false][joinedTime:null][pkTime:0][dpTime:0][pymtType:INAPP]
[autoConfirm:false]
01-27 16:13:10.344 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting
passengerRide:112278839
01-27 16:13:10.344 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting
passengerRide:112278839
01-27 16:13:10.344 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: Received passenger
detail info
01-27 16:13:10.344 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: Received passenger
detail info
01-27 16:13:10.345 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-27 16:13:10.345 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: New participant
added 80505609211004
01-27 16:13:10.345 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-27 16:13:10.345 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: New participant
added 80505609211004
01-27 16:13:10.345 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 56
01-27 16:13:10.345 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 56
01-27 16:13:10.347 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 112,112
01-27 16:13:10.347 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 112,112
01-27 16:13:10.347 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.347 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.347 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.347 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.351 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.351 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.352 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.352 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.352 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.352 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.352 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.352 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.355 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: navigateToInvite()
called
01-27 16:13:10.355 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: navigateToInvite()
called
01-27 16:13:10.365 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.365 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.365 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.365 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.366 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-27 16:13:10.366 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: New participant
added 80505609211004
01-27 16:13:10.366 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-27 16:13:10.366 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 56
01-27 16:13:10.366 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: New participant
added 80505609211004
01-27 16:13:10.366 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 56
01-27 16:13:10.366 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 112,112
01-27 16:13:10.366 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 112,112
01-27 16:13:10.366 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.366 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.366 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.366 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.367 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.367 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.368 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.368 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.368 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.368 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.368 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.368 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.369 15461 15461 I
com.disha.quickride.androidapp.rideview.RideViewBaseActivity: On Map Ready of
RideViewActivity
01-27 16:13:10.369 15461 15461 I
com.disha.quickride.androidapp.rideview.RideViewBaseActivity: On Map Ready of
RideViewActivity
01-27 16:13:10.374 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.374 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.374 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.374 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.374 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-27 16:13:10.375 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: New participant
added 80505609211004
01-27 16:13:10.375 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 56
01-27 16:13:10.374 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-27 16:13:10.375 15461 15461 D
com.disha.quickride.androidapp.rideview.RideViewParentActivity: New participant
added 80505609211004
01-27 16:13:10.375 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 56
01-27 16:13:10.375 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 112,112
01-27 16:13:10.375 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 112,112
01-27 16:13:10.375 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.375 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.375 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.375 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.376 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.377 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.376 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: radius: 59
01-27 16:13:10.377 15461 15461 D class
com.disha.quickride.androidapp.image.store.ImageUtils: getRoundedShape: 118,118
01-27 16:13:10.377 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.377 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.377 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.377 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.380 15461 16575 I
com.disha.quickride.androidapp.referral.ReferAndEarnTCJsonGettingAsyncTask: getting
CustomerSupport JSON async task
01-27 16:13:10.380 15461 16575 I
com.disha.quickride.androidapp.referral.ReferAndEarnTCJsonGettingAsyncTask: getting
CustomerSupport JSON async task
01-27 16:13:10.385 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:13:10.385 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:13:10.391 15461 17691 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:13:10.391 15461 17691 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:13:10.391 15461 17691 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:13:10.391 15461 17691 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:13:10.414 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:13:10.414 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:13:10.446 15461 15771 D SlaveNetworkWorker: not matched: 1
01-27 16:13:10.446 15461 15771 D SlaveNetworkWorker: not matched: 1
01-27 16:13:10.451 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Received connection
status changed intent Intent { act=android.net.conn.CONNECTIVITY_CHANGE
flg=0x4200010 (has extras) }
01-27 16:13:10.451 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Received connection
status changed intent Intent { act=android.net.conn.CONNECTIVITY_CHANGE
flg=0x4200010 (has extras) }
01-27 16:13:10.452 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:10.452 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:10.458 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Stop listening to network
state changes
01-27 16:13:10.458 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Stop listening to network
state changes
01-27 16:13:10.461 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:10.461 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:10.466 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.InviteUsersAndGroupsBaseActivit
y: Creating view after session is initialized
01-27 16:13:10.466 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.InviteUsersAndGroupsBaseActivit
y: Creating view after session is initialized
01-27 16:13:10.466 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Start listening to
network state changes
01-27 16:13:10.466 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Start listening to
network state changes
01-27 16:13:10.492 15461 15461 I
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: handling of fragment change in invite users and groups activity
01-27 16:13:10.492 15461 15461 I
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: handling of fragment change in invite users and groups activity
01-27 16:13:10.493 15461 16911 I
com.disha.quickride.androidapp.referral.ReferAndEarnTCJsonGettingAsyncTask: getting
CustomerSupport JSON async task
01-27 16:13:10.493 15461 16911 I
com.disha.quickride.androidapp.referral.ReferAndEarnTCJsonGettingAsyncTask: getting
CustomerSupport JSON async task
01-27 16:13:10.496 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: getItem called with position : 0
01-27 16:13:10.496 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: getItem called with position : 0
01-27 16:13:10.497 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: getItem called with position : 1
01-27 16:13:10.497 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: getItem called with position : 1
01-27 16:13:10.505 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:10.505 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:10.537 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.537 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache:
getAllMatchedRiders cache key : 28.6987, 77.1333 : 28.558,
77.207:sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcE
dA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@G[O[g@k@y@s@[Ka@AUDWNGFO\Ed@?
RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\|A`A\ZTT|@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\L|
Bj@lH|AvB`@`Dp@jGxA~D|@|@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|
GjIlCbDfCtCXVdBvBbCxClChD|AbBr@~@x@j@\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@[
xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\kAXsA
LmAH_BPkFFg@l@gJb@eI\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?^Af@Jp@ApADpDPfCPtGh@|
Fj@`BLfCXLCRI@280120200800:1WANTSBoth
01-27 16:13:10.537 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.537 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.cache.MatchedUsersCache: Cache
contains some query result that is still valid!!!
01-27 16:13:10.558 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:10.558 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:10.587 15461 15600 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: Network is available
01-27 16:13:10.587 15461 15600 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: Network is available
01-27 16:13:10.591 15461 15771 D b : getData: response code:200
01-27 16:13:10.591 15461 15771 D b : getData: response code:200
01-27 16:13:10.591 15461 15771 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161310,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121790241","eventname":"findri
decreated","payload":{"ride_id":"112278839","price":"0.0","from":"Ek-Jyot
Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","to":"Green Park Metro Station, Sri Aurobindo Marg, Block A, Green Park, New
Delhi, Delhi, India","time":"Tue Jan 28 08:00:00 GMT+05:30 2020","seats":"1"}} ---
200 OK {"status" : "success"}
01-27 16:13:10.591 15461 15771 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161310,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121790241","eventname":"findri
decreated","payload":{"ride_id":"112278839","price":"0.0","from":"Ek-Jyot
Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","to":"Green Park Metro Station, Sri Aurobindo Marg, Block A, Green Park, New
Delhi, Delhi, India","time":"Tue Jan 28 08:00:00 GMT+05:30 2020","seats":"1"}} ---
200 OK {"status" : "success"}
01-27 16:13:10.607 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=54b7360b-564c-4543-99fe-331b532b5fb8,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:13:10.607 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=54b7360b-564c-4543-99fe-331b532b5fb8,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:13:10.734 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:13:10.734 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:13:10.744 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Received connection
status changed intent Intent { act=android.net.conn.CONNECTIVITY_CHANGE
flg=0x4200010 (has extras) }
01-27 16:13:10.744 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Received connection
status changed intent Intent { act=android.net.conn.CONNECTIVITY_CHANGE
flg=0x4200010 (has extras) }
01-27 16:13:10.792 15461 17691 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
FindRideCreated
01-27 16:13:10.792 15461 17691 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
FindRideCreated
01-27 16:13:10.801 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:10.801 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:10.826 15461 17691 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:13:10.826 15461 17691 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:13:10.826 15461 17691 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:13:10.826 15461 17691 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:13:10.830 15461 17691 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:13:10.830 15461 17691 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:13:10.831 15461 17691 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:13:10.831 15461 17691 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:13:10.832 15461 17691 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:13:10.832 15461 17691 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:13:10.836 15461 17691 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:13:10.836 15461 17691 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121790771","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"38600fcd72272d0ec2ac0ed16b83bd6fce65f582","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"ride_id\":\"112278839\",\"price\":\"0.0\",\"f
rom\":\"Ek-Jyot Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura,
Delhi, India\",\"to\":\"Green Park Metro Station, Sri Aurobindo Marg, Block A,
Green Park, New Delhi, Delhi, India\",\"time\":\"Tue Jan 28 08:00:00 GMT+05:30
2020\",\"seats\":\"1\"}","isGaidWithGps":"true","lang_code":"en","installDate":"202
0-01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"FindRideCreated","model":"GM1901","lang":"
English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData":
{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"6","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"9837782108a747bca10c4dfeac825085b0160bfc","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"12","tokenRefreshConfigured":false,"af_gcm_token
":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121760026\",\"prev_event_value\":\"{\\\"userId\\\":805056092
11004,\\\"recurringRide\\\":true}\",\"prev_event_name\":\"FullSignupComplete\"}","p
latformextension":"android_native","cksm_v1":"f1d2b9a3175ac7dbcf8fbea78c16cf4256","
kef4c60":"78d0b8d849e58bd748181c1e0c531a0d5918180d5a1f1e"}
01-27 16:13:10.836 15461 17691 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:13:10.836 15461 17691 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121790771","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"38600fcd72272d0ec2ac0ed16b83bd6fce65f582","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"ride_id\":\"112278839\",\"price\":\"0.0\",\"f
rom\":\"Ek-Jyot Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura,
Delhi, India\",\"to\":\"Green Park Metro Station, Sri Aurobindo Marg, Block A,
Green Park, New Delhi, Delhi, India\",\"time\":\"Tue Jan 28 08:00:00 GMT+05:30
2020\",\"seats\":\"1\"}","isGaidWithGps":"true","lang_code":"en","installDate":"202
0-01-27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"FindRideCreated","model":"GM1901","lang":"
English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceData":
{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"6","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"9837782108a747bca10c4dfeac825085b0160bfc","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"12","tokenRefreshConfigured":false,"af_gcm_token
":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121760026\",\"prev_event_value\":\"{\\\"userId\\\":805056092
11004,\\\"recurringRide\\\":true}\",\"prev_event_name\":\"FullSignupComplete\"}","p
latformextension":"android_native","cksm_v1":"f1d2b9a3175ac7dbcf8fbea78c16cf4256","
kef4c60":"78d0b8d849e58bd748181c1e0c531a0d5918180d5a1f1e"}
01-27 16:13:10.889 15461 15519 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: Network is available
01-27 16:13:10.889 15461 15519 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: Network is available
01-27 16:13:11.447 15461 17691 I AppsFlyer_4.9.0: response code: 200
01-27 16:13:11.447 15461 17691 I AppsFlyer_4.9.0: response code: 200
01-27 16:13:11.448 15461 17691 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:13:11.448 15461 17691 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:13:16.021 15461 16936 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:13:16.021 15461 16936 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:13:16.021 15461 16936 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:13:16.021 15461 16936 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:13:16.021 15461 16936 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:13:16.021 15461 16936 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:13:16.021 15461 16936 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:13:16.021 15461 16936 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:13:16.021 15461 16936 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.a(SourceFile:524)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.a(SourceFile:488)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.a(SourceFile:474)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.n(SourceFile:426)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.a(SourceFile:390)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ajj.a(SourceFile:146)
01-27 16:13:16.021 15461 16936 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:13:16.021 15461 16936 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:13:16.021 15461 16936 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ajj.a(SourceFile:50)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.k(SourceFile:310)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.i(SourceFile:279)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.run(SourceFile:234)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:13:16.021 15461 16936 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:13:16.021 15461 16936 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:13:16.021 15461 16936 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:13:16.021 15461 16936 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:13:16.021 15461 16936 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:13:16.021 15461 16936 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:13:16.021 15461 16936 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:13:16.021 15461 16936 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:13:16.021 15461 16936 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.a(SourceFile:524)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.a(SourceFile:488)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.a(SourceFile:474)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.n(SourceFile:426)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.a(SourceFile:390)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ajj.a(SourceFile:146)
01-27 16:13:16.021 15461 16936 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:13:16.021 15461 16936 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:13:16.021 15461 16936 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:13:16.021 15461 16936 W ExifInterface: at ajj.a(SourceFile:50)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.k(SourceFile:310)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.i(SourceFile:279)
01-27 16:13:16.021 15461 16936 W ExifInterface: at air.run(SourceFile:234)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:13:16.021 15461 16936 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:13:20.222 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:20.223 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:20.222 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:20.223 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:22.540 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteMatchedUsersFragme
nt: onMatchedUserSelection()
01-27 16:13:22.540 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteMatchedUsersFragme
nt: onMatchedUserSelection()
01-27 16:13:22.582 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:22.582 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:22.592 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Stop listening to network
state changes
01-27 16:13:22.592 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Stop listening to network
state changes
01-27 16:13:22.599 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:22.599 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:13:22.633 15461 16932 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:13:22.633 15461 16932 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:13:22.633 15461 16932 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:13:22.633 15461 16932 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:13:22.633 15461 16932 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:13:22.633 15461 16932 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:13:22.633 15461 16932 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:13:22.633 15461 16932 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:13:22.633 15461 16932 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.a(SourceFile:524)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.a(SourceFile:488)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.a(SourceFile:474)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.n(SourceFile:426)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.a(SourceFile:390)
01-27 16:13:22.633 15461 16932 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:13:22.633 15461 16932 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:13:22.633 15461 16932 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.k(SourceFile:310)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.i(SourceFile:276)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.run(SourceFile:234)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:13:22.633 15461 16932 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:13:22.633 15461 16932 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:13:22.633 15461 16932 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:13:22.633 15461 16932 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:13:22.633 15461 16932 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:13:22.633 15461 16932 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:13:22.633 15461 16932 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:13:22.633 15461 16932 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:13:22.633 15461 16932 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:13:22.633 15461 16932 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.a(SourceFile:524)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.a(SourceFile:488)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.a(SourceFile:474)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.n(SourceFile:426)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.a(SourceFile:390)
01-27 16:13:22.633 15461 16932 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:13:22.633 15461 16932 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:13:22.633 15461 16932 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.k(SourceFile:310)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.i(SourceFile:276)
01-27 16:13:22.633 15461 16932 W ExifInterface: at air.run(SourceFile:234)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:13:22.633 15461 16932 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:13:22.641 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:22.641 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:22.656 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:22.656 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:22.676 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@4b6f82c[CommonMapActivity]
01-27 16:13:22.676 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@4b6f82c[CommonMapActivity]
01-27 16:13:22.694 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@4b16b18[CommonMapActivity]
01-27 16:13:22.694 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@4b16b18[CommonMapActivity]
01-27 16:13:22.700 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:13:22.700 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:13:22.759 15461 15476 W System : A resource failed to call end.
01-27 16:13:22.759 15461 15476 W System : A resource failed to call end.
01-27 16:13:22.760 15461 15476 W System : A resource failed to call end.
01-27 16:13:22.760 15461 15476 W System : A resource failed to call end.
01-27 16:13:22.824 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.common.CommonMapActivity--- jank
level = 1
01-27 16:13:22.824 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.common.CommonMapActivity--- jank
level = 1
01-27 16:13:22.837 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.common.CommonMapActivity--- jank
level = 1
01-27 16:13:22.837 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.common.CommonMapActivity--- jank
level = 1
01-27 16:13:22.850 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:13:22.850 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:13:22.855 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.69937, 77.13429
01-27 16:13:22.855 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.69937, 77.13429
01-27 16:13:22.858 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.57027, 77.20979
01-27 16:13:22.858 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.57027, 77.20979
01-27 16:13:22.877 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:22.877 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:22.977 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:13:22.977 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:13:23.232 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:23.232 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
--------- beginning of system
01-27 16:13:28.227 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=5.0, y[0]=457.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551123172, downTime=551123172, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:13:28.227 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=5.0, y[0]=457.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551123172, downTime=551123172, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:13:28.227 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:13:28.227 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@4b6f82c[CommonMapActivity]
01-27 16:13:28.227 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:13:28.227 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@4b6f82c[CommonMapActivity]
01-27 16:13:28.238 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:13:28.241 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:28.238 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:13:28.241 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:28.242 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:28.242 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:29.970 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:29.970 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:29.991 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@372ba36[CommonMapActivity]
01-27 16:13:29.991 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@372ba36[CommonMapActivity]
01-27 16:13:30.021 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:13:30.021 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:13:30.023 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.69757, 77.14104
01-27 16:13:30.023 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.69757, 77.14104
01-27 16:13:30.025 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.57027, 77.20979
01-27 16:13:30.025 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.57027, 77.20979
01-27 16:13:30.051 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:30.051 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:30.146 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:13:30.146 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:13:30.404 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:30.404 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:28.238 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=5.0, y[0]=457.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551123172, downTime=551123172, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:13:28.238 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=5.0, y[0]=457.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551123172, downTime=551123172, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:13:31.947 15461 15548 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Starting Mqtt
client level operations
01-27 16:13:31.947 15461 15548 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Starting Mqtt
client level operations
01-27 16:13:31.949 15461 17748 D
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Started publishing
Mqtt messages
01-27 16:13:31.950 15461 15548 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-27 16:13:31.950 15461 15548 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-27 16:13:31.950 15461 17749 D
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Started
subscribing
01-27 16:13:31.949 15461 17748 D
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Started publishing
Mqtt messages
01-27 16:13:31.950 15461 17749 D
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Subscribing to
userMsg/80505609211004
01-27 16:13:31.950 15461 15548 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-27 16:13:31.950 15461 15548 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-27 16:13:31.950 15461 17749 D
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Started
subscribing
01-27 16:13:31.950 15461 17749 D
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Subscribing to
userMsg/80505609211004
01-27 16:13:31.950 15461 17749 D
com.disha.quickride.androidapp.event.EventServiceConnection: Entering subscribe to
userMsg/80505609211004
01-27 16:13:31.950 15461 17749 D
com.disha.quickride.androidapp.event.EventServiceConnection: Entering subscribe to
userMsg/80505609211004
01-27 16:13:31.951 15461 17750 D
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Started
unsubscribing
01-27 16:13:31.951 15461 17750 D
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Started
unsubscribing
01-27 16:13:33.993 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=-13.0, y[0]=-249.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551128944, downTime=551128944, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:13:33.993 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:13:33.995 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:33.993 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=-13.0, y[0]=-249.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551128944, downTime=551128944, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:13:33.993 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:13:33.995 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:33.997 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:33.997 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:48.197 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:13:48.197 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:13:55.360 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:55.360 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:55.376 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@f1dc55b[CommonMapActivity]
01-27 16:13:55.376 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@f1dc55b[CommonMapActivity]
01-27 16:13:55.394 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:55.394 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:55.536 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:13:55.536 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:13:55.630 15461 15461 I Surface : opservice is null false
01-27 16:13:55.630 15461 15461 I Surface : opservice is null false
01-27 16:13:55.641 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=545.0, y[0]=457.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551150590, downTime=551150590, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:13:55.641 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=545.0, y[0]=457.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551150590, downTime=551150590, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:13:55.641 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:13:55.641 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:55.641 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:13:55.641 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:55.644 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:55.644 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:56.077 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:56.077 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:13:56.091 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@de0f094[CommonMapActivity]
01-27 16:13:56.091 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@de0f094[CommonMapActivity]
01-27 16:13:56.096 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:13:56.096 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:13:56.110 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:56.110 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:56.139 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:13:56.139 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:13:56.139 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:13:56.139 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:13:56.140 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.70121, 77.13528
01-27 16:13:56.140 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.70121, 77.13528
01-27 16:13:56.142 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.55845, 77.20512
01-27 16:13:56.142 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.55845, 77.20512
01-27 16:13:56.254 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:13:56.254 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:13:56.504 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:56.504 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:56.515 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:56.515 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:13:58.753 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=27.0, y[0]=-173.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551153697, downTime=551153697, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:13:58.753 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:13:58.753 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=27.0, y[0]=-173.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551153697, downTime=551153697, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:13:58.753 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:13:58.755 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:58.758 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:13:58.755 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:13:58.758 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:02.467 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:02.467 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:02.484 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@9c199c8[CommonMapActivity]
01-27 16:14:02.484 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@9c199c8[CommonMapActivity]
01-27 16:14:02.500 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:02.512 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.70121, 77.13528
01-27 16:14:02.500 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:02.512 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.70121, 77.13528
01-27 16:14:02.525 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.57027, 77.20979
01-27 16:14:02.525 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.57027, 77.20979
01-27 16:14:02.639 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:02.639 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:03.249 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:03.249 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:03.252 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:03.252 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:03.254 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:03.254 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:06.188 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:06.188 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:06.201 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@870fe3d[CommonMapActivity]
01-27 16:14:06.201 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@870fe3d[CommonMapActivity]
01-27 16:14:06.213 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:14:06.213 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:14:06.219 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:06.219 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:06.257 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.70121, 77.13528
01-27 16:14:06.257 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.70121, 77.13528
01-27 16:14:06.268 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.57027, 77.20979
01-27 16:14:06.268 15461 15461 D
com.disha.quickride.androidapp.location.FindLocationNameForLatLng:
getLocationInfoForLatLngAsync for 28.57027, 77.20979
01-27 16:14:06.343 15461 16935 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:14:06.343 15461 16935 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:14:06.343 15461 16935 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:14:06.343 15461 16935 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:14:06.343 15461 16935 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:14:06.343 15461 16935 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:14:06.343 15461 16935 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:14:06.343 15461 16935 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:14:06.343 15461 16935 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.a(SourceFile:524)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.a(SourceFile:488)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.a(SourceFile:474)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.n(SourceFile:426)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.a(SourceFile:390)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ajj.a(SourceFile:146)
01-27 16:14:06.343 15461 16935 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:14:06.343 15461 16935 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:14:06.343 15461 16935 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ajj.a(SourceFile:50)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.k(SourceFile:310)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.i(SourceFile:279)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.run(SourceFile:234)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:14:06.343 15461 16935 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:14:06.343 15461 16935 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:14:06.343 15461 16935 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:14:06.343 15461 16935 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:14:06.343 15461 16935 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:14:06.343 15461 16935 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:14:06.343 15461 16935 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:14:06.343 15461 16935 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:14:06.343 15461 16935 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.a(SourceFile:524)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.a(SourceFile:488)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.a(SourceFile:474)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.n(SourceFile:426)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.a(SourceFile:390)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ajj.a(SourceFile:146)
01-27 16:14:06.343 15461 16935 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:14:06.343 15461 16935 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:14:06.343 15461 16935 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:14:06.343 15461 16935 W ExifInterface: at ajj.a(SourceFile:50)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.k(SourceFile:310)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.i(SourceFile:279)
01-27 16:14:06.343 15461 16935 W ExifInterface: at air.run(SourceFile:234)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:14:06.343 15461 16935 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:14:06.346 15461 15461 I Surface : opservice is null false
01-27 16:14:06.346 15461 15461 I Surface : opservice is null false
01-27 16:14:06.391 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:06.391 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:07.159 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:07.159 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:07.164 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:07.164 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:07.166 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:07.166 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:12.926 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:12.926 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:12.956 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@ade8ae4[CommonMapActivity]
01-27 16:14:12.956 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@ade8ae4[CommonMapActivity]
01-27 16:14:12.968 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:14:12.968 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:14:12.973 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:12.973 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:13.100 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:13.100 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:13.926 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=361.0, y[0]=425.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551168875, downTime=551168875, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:13.926 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=361.0, y[0]=425.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551168875, downTime=551168875, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:13.926 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:13.926 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:13.929 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:13.931 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:13.929 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:13.931 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:14.304 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:14.304 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:14.321 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@27a1f27[CommonMapActivity]
01-27 16:14:14.321 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@27a1f27[CommonMapActivity]
01-27 16:14:14.338 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:14.338 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:14.480 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:14.480 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:15.160 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=359.0, y[0]=442.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551170103, downTime=551170103, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:15.160 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=359.0, y[0]=442.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551170103, downTime=551170103, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:15.160 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:15.160 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:15.168 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:15.168 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:15.170 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:15.170 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:15.550 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:15.550 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:15.567 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@2969ce1[CommonMapActivity]
01-27 16:14:15.567 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@2969ce1[CommonMapActivity]
01-27 16:14:15.574 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:14:15.574 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:14:15.581 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:15.581 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:15.729 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:15.729 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:17.760 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=403.0, y[0]=450.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551172702, downTime=551172702, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:17.760 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:17.761 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:17.760 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=403.0, y[0]=450.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551172702, downTime=551172702, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:17.760 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:17.761 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:17.764 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:17.764 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:18.360 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:18.360 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:21.445 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:21.445 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:21.467 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@1262fc2[CommonMapActivity]
01-27 16:14:21.467 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@1262fc2[CommonMapActivity]
01-27 16:14:21.490 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:21.490 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:21.614 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:21.614 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:22.323 15461 15548 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Starting Mqtt
client level operations
01-27 16:14:22.323 15461 15548 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Starting Mqtt
client level operations
01-27 16:14:22.325 15461 18141 D
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Started publishing
Mqtt messages
01-27 16:14:22.325 15461 18141 D
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Started publishing
Mqtt messages
01-27 16:14:22.325 15461 18142 D
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Started
subscribing
01-27 16:14:22.325 15461 18142 D
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Started
subscribing
01-27 16:14:22.328 15461 18143 D
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Started
unsubscribing
01-27 16:14:22.328 15461 18143 D
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Started
unsubscribing
01-27 16:14:22.967 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=642.0, y[0]=435.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551177914, downTime=551177914, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:22.967 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:22.967 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=642.0, y[0]=435.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551177914, downTime=551177914, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:22.967 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:22.970 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:22.970 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:22.972 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:22.972 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:23.322 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:23.322 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:23.341 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@5d34d83[CommonMapActivity]
01-27 16:14:23.341 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@5d34d83[CommonMapActivity]
01-27 16:14:23.379 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:23.379 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:23.476 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:23.476 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:24.750 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=644.0, y[0]=436.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551179692, downTime=551179692, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:24.750 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:24.751 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:24.750 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=644.0, y[0]=436.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551179692, downTime=551179692, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:24.750 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:24.751 15461 15479 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:24.759 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:24.759 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:25.067 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:25.067 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:25.086 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@2ad2bd9[CommonMapActivity]
01-27 16:14:25.086 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@2ad2bd9[CommonMapActivity]
01-27 16:14:25.099 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:25.099 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:25.238 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:25.238 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:26.875 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=561.0, y[0]=459.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551181817, downTime=551181817, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:26.875 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=561.0, y[0]=459.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551181817, downTime=551181817, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:26.875 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:26.875 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:26.876 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:26.879 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:26.876 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:26.879 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:27.256 15461 16932 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:14:27.256 15461 16932 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:14:27.256 15461 16932 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:14:27.256 15461 16932 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:14:27.256 15461 16932 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:14:27.256 15461 16932 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:14:27.256 15461 16932 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:14:27.256 15461 16932 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:14:27.256 15461 16932 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.a(SourceFile:524)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.a(SourceFile:488)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.a(SourceFile:474)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.n(SourceFile:426)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.a(SourceFile:390)
01-27 16:14:27.256 15461 16932 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:14:27.256 15461 16932 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:14:27.256 15461 16932 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.k(SourceFile:310)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.i(SourceFile:276)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.run(SourceFile:234)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:14:27.256 15461 16932 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:14:27.256 15461 16932 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:14:27.256 15461 16932 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:14:27.256 15461 16932 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:14:27.256 15461 16932 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:14:27.256 15461 16932 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:14:27.256 15461 16932 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:14:27.256 15461 16932 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:14:27.256 15461 16932 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:14:27.256 15461 16932 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.a(SourceFile:524)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.a(SourceFile:488)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.a(SourceFile:474)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.n(SourceFile:426)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.a(SourceFile:390)
01-27 16:14:27.256 15461 16932 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:14:27.256 15461 16932 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:14:27.256 15461 16932 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.k(SourceFile:310)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.i(SourceFile:276)
01-27 16:14:27.256 15461 16932 W ExifInterface: at air.run(SourceFile:234)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:14:27.256 15461 16932 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:14:27.261 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:27.261 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:27.277 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@adea1f[CommonMapActivity]
01-27 16:14:27.277 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@adea1f[CommonMapActivity]
01-27 16:14:27.283 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:14:27.283 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:14:27.294 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:27.294 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:27.439 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:27.439 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:29.605 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:29.605 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:29.608 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:29.610 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:29.608 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:29.610 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:31.105 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:31.105 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:31.121 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@e7ea9de[CommonMapActivity]
01-27 16:14:31.121 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@e7ea9de[CommonMapActivity]
01-27 16:14:31.140 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:31.140 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:31.191 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=455.0, y[0]=433.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551186145, downTime=551186145, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:31.191 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:31.191 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=455.0, y[0]=433.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551186145, downTime=551186145, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:31.191 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:31.205 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:31.205 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:31.208 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:31.208 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:31.279 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:31.279 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:31.546 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:31.546 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:31.556 15461 18641 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@cfa3b7c[CommonMapActivity]
01-27 16:14:31.556 15461 18641 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@cfa3b7c[CommonMapActivity]
01-27 16:14:31.573 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:31.573 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:31.812 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=385.0, y[0]=486.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551186763, downTime=551186763, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:31.812 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:31.814 15461 18641 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:31.815 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:31.812 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=385.0, y[0]=486.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551186763, downTime=551186763, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:31.812 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:31.814 15461 18641 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:31.815 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:31.864 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:31.864 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:32.031 15461 18641 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@d0d7c36[CommonMapActivity]
01-27 16:14:32.031 15461 18641 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@d0d7c36[CommonMapActivity]
01-27 16:14:32.041 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.common.CommonMapActivity--- jank
level = 1
01-27 16:14:32.048 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:32.041 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.common.CommonMapActivity--- jank
level = 1
01-27 16:14:32.048 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:32.129 15461 18641 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:32.129 15461 18641 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:32.130 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=412.0, y[0]=516.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551187073, downTime=551187073, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:32.130 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:32.130 15461 15461 W ViewRootImpl[CommonMapActivity]: Dropping event
due to root view being removed: MotionEvent { action=ACTION_OUTSIDE,
actionButton=0, id[0]=0, x[0]=412.0, y[0]=516.0, toolType[0]=TOOL_TYPE_FINGER,
buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0,
pointerCount=1, historySize=0, eventTime=551187073, downTime=551187073, deviceId=7,
source=0x1002, displayId=0 }
01-27 16:14:32.130 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:32.132 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:32.132 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:33.577 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:33.577 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:33.831 15461 18640 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:33.831 15461 18640 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:33.833 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:33.833 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:33.843 15461 15461 I Surface : opservice is null false
01-27 16:14:33.843 15461 15461 I Surface : opservice is null false
01-27 16:14:46.698 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:46.698 15461 15461 D padding :
fixZoomForMarkersAndPolyline:,width,widthPercent162,1080,0.15
01-27 16:14:51.688 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:51.688 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:14:51.733 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@5ad6f57[CommonMapActivity]
01-27 16:14:51.733 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@5ad6f57[CommonMapActivity]
01-27 16:14:51.773 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:51.773 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:52.329 15461 18140 E ClientState: l80505609211004: Timed out as no
write activity, keepAlive=30,000 lastOutboundActivity=1,580,121,811,994
lastInboundActivity=1,580,121,862,321 time=1,580,121,892,324 lastPing=0
01-27 16:14:52.329 15461 18140 E ClientState: l80505609211004: Timed out as no
write activity, keepAlive=30,000 lastOutboundActivity=1,580,121,811,994
lastInboundActivity=1,580,121,862,321 time=1,580,121,892,324 lastPing=0
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Entering
EventServiceProxy connectionLost with retryImmediately = true
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Timed out
while waiting to write messages to the server (32002)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
org.eclipse.paho.client.mqttv3.internal.ExceptionHelper.createMqttException(SourceF
ile:31)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
org.eclipse.paho.client.mqttv3.internal.ClientState.checkForActivity(SourceFile:705
)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
org.eclipse.paho.client.mqttv3.internal.ClientComms.checkForActivity(SourceFile:784
)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
org.eclipse.paho.client.mqttv3.internal.ClientComms.checkForActivity(SourceFile:770
)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
org.eclipse.paho.client.mqttv3.TimerPingSender$PingTask.run(SourceFile:77)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
java.util.TimerThread.mainLoop(Timer.java:562)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
java.util.TimerThread.run(Timer.java:512)
01-27 16:14:52.348 15461 18140 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Stopping Mqtt
client level operations
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Entering
EventServiceProxy connectionLost with retryImmediately = true
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Timed out
while waiting to write messages to the server (32002)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
org.eclipse.paho.client.mqttv3.internal.ExceptionHelper.createMqttException(SourceF
ile:31)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
org.eclipse.paho.client.mqttv3.internal.ClientState.checkForActivity(SourceFile:705
)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
org.eclipse.paho.client.mqttv3.internal.ClientComms.checkForActivity(SourceFile:784
)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
org.eclipse.paho.client.mqttv3.internal.ClientComms.checkForActivity(SourceFile:770
)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
org.eclipse.paho.client.mqttv3.TimerPingSender$PingTask.run(SourceFile:77)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
java.util.TimerThread.mainLoop(Timer.java:562)
01-27 16:14:52.346 15461 18140 E
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: at
java.util.TimerThread.run(Timer.java:512)
01-27 16:14:52.348 15461 18140 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Stopping Mqtt
client level operations
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Exception while
taking subscription wrapper from the subscriptions queue :
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread:
java.lang.InterruptedException
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread.getNextSubscription
(SourceFile:73)
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread.run(SourceFile:44)
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.lang.Thread.run(Thread.java:919)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Exception while
taking Mqtt message from the queue :
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread:
java.lang.InterruptedException
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
com.disha.quickride.androidapp.event.MqttMessageSendingThread.getNextMessage(Source
File:77)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
com.disha.quickride.androidapp.event.MqttMessageSendingThread.run(SourceFile:46)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.lang.Thread.run(Thread.java:919)
01-27 16:14:52.351 15461 18141 W
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Stopped publishing
Mqtt messages
01-27 16:14:52.351 15461 18142 W
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Stopped
subscribing
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Exception while
taking subscription wrapper from the subscriptions queue :
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread:
java.lang.InterruptedException
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread.getNextSubscription
(SourceFile:73)
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread.run(SourceFile:44)
01-27 16:14:52.351 15461 18142 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.lang.Thread.run(Thread.java:919)
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Exception while
taking topic name from the unsubscriptions queue :
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread:
java.lang.InterruptedException
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread.getNextTopicForUn
subscription(SourceFile:65)
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread.run(SourceFile:41
)
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.lang.Thread.run(Thread.java:919)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Exception while
taking Mqtt message from the queue :
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread:
java.lang.InterruptedException
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
com.disha.quickride.androidapp.event.MqttMessageSendingThread.getNextMessage(Source
File:77)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
com.disha.quickride.androidapp.event.MqttMessageSendingThread.run(SourceFile:46)
01-27 16:14:52.351 15461 18141 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.lang.Thread.run(Thread.java:919)
01-27 16:14:52.351 15461 18143 W
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Stopped
unsubscribing
01-27 16:14:52.351 15461 18141 W
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Stopped publishing
Mqtt messages
01-27 16:14:52.351 15461 18142 W
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Stopped
subscribing
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Exception while
taking topic name from the unsubscriptions queue :
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread:
java.lang.InterruptedException
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread.getNextTopicForUn
subscription(SourceFile:65)
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread.run(SourceFile:41
)
01-27 16:14:52.351 15461 18143 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.lang.Thread.run(Thread.java:919)
01-27 16:14:52.351 15461 18143 W
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Stopped
unsubscribing
01-27 16:14:52.564 15461 18784 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Entering
recheckNetworkConnectionAndReconnect
01-27 16:14:52.564 15461 18784 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Entering
recheckNetworkConnectionAndReconnect
01-27 16:14:52.566 15461 18784 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-27 16:14:52.566 15461 18784 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-27 16:14:52.566 15461 18784 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-27 16:14:52.566 15461 18784 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-27 16:14:56.119 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:56.119 15461 15461 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 16:14:56.122 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:56.122 15461 18132 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:14:56.124 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:56.124 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:14:56.685 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Start listening to
network state changes
01-27 16:14:56.685 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Start listening to
network state changes
01-27 16:14:56.727 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Received connection
status changed intent Intent { act=android.net.conn.CONNECTIVITY_CHANGE
flg=0x4200010 (has extras) }
01-27 16:14:56.727 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Received connection
status changed intent Intent { act=android.net.conn.CONNECTIVITY_CHANGE
flg=0x4200010 (has extras) }
01-27 16:14:56.891 15461 15652 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: Network is available
01-27 16:14:56.891 15461 15652 D
com.disha.quickride.androidapp.ridemgmt.ridematcher.invite.InviteUsersAndGroupsActi
vity: Network is available
01-27 16:15:01.855 15461 15461 I Surface : opservice is null false
01-27 16:15:01.855 15461 15461 I Surface : opservice is null false
01-27 16:15:02.114 15461 16932 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:15:02.114 15461 16932 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:15:02.114 15461 16932 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:15:02.114 15461 16932 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:15:02.114 15461 16932 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:15:02.114 15461 16932 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:15:02.114 15461 16932 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:15:02.114 15461 16932 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:15:02.114 15461 16932 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.a(SourceFile:524)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.a(SourceFile:488)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.a(SourceFile:474)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.n(SourceFile:426)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.a(SourceFile:390)
01-27 16:15:02.114 15461 16932 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:15:02.114 15461 16932 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:15:02.114 15461 16932 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.k(SourceFile:310)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.i(SourceFile:276)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.run(SourceFile:234)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:15:02.114 15461 16932 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:15:02.114 15461 16932 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:15:02.114 15461 16932 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:15:02.114 15461 16932 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:15:02.114 15461 16932 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:15:02.114 15461 16932 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:15:02.114 15461 16932 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:15:02.114 15461 16932 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:15:02.114 15461 16932 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:15:02.114 15461 16932 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.a(SourceFile:524)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.a(SourceFile:488)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.a(SourceFile:474)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.n(SourceFile:426)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.a(SourceFile:390)
01-27 16:15:02.114 15461 16932 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:15:02.114 15461 16932 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:15:02.114 15461 16932 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.k(SourceFile:310)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.i(SourceFile:276)
01-27 16:15:02.114 15461 16932 W ExifInterface: at air.run(SourceFile:234)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:15:02.114 15461 16932 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:15:02.754 15461 15461 I
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.MatchedRidersAdapter:
Handling passenger click
01-27 16:15:02.754 15461 15461 I
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.MatchedRidersAdapter:
Handling passenger click
01-27 16:15:04.560 15461 15461 I Surface : opservice is null false
01-27 16:15:04.560 15461 15461 I Surface : opservice is null false
01-27 16:15:04.612 15461 15461 I
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.MatchedRidersAdapter:
Handling passenger click
01-27 16:15:04.612 15461 15461 I
com.disha.quickride.androidapp.ridemgmt.ridematcher.passenger.MatchedRidersAdapter:
Handling passenger click
01-27 16:15:06.280 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:06.280 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:06.298 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Stop listening to network
state changes
01-27 16:15:06.298 15461 15461 D
com.disha.quickride.androidapp.util.NetworkStateReceiver: Stop listening to network
state changes
01-27 16:15:06.303 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@302b7ef
01-27 16:15:06.303 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@302b7ef
01-27 16:15:06.310 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:15:06.310 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:15:06.331 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:15:06.331 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:15:06.331 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:15:06.331 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:15:06.390 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: reading
of profile data
01-27 16:15:06.390 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: reading
of profile data
01-27 16:15:06.390 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: profile
display activity actionbar customization
01-27 16:15:06.390 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: profile
display activity actionbar customization
01-27 16:15:06.391 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user data for profile display
01-27 16:15:06.391 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user data for profile display
01-27 16:15:06.391 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUser
01-27 16:15:06.391 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUser
01-27 16:15:06.391 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:06.391 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUserInformation
01-27 16:15:06.391 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:06.391 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUserInformation
01-27 16:15:06.391 15461 16011 I
com.disha.quickride.androidapp.usermgmt.register.UserRetrievalAsyncTask: User
Retrieval Async Task
01-27 16:15:06.391 15461 16011 I
com.disha.quickride.androidapp.usermgmt.register.UserRetrievalAsyncTask: User
Retrieval Async Task
01-27 16:15:06.394 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:06.394 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:06.395 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.395 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.401 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:06.401 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.401 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:06.401 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.411 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: reading
of profile data
01-27 16:15:06.412 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user data for profile display
01-27 16:15:06.412 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUser
01-27 16:15:06.412 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:06.412 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUserInformation
01-27 16:15:06.412 15461 15620 I
com.disha.quickride.androidapp.usermgmt.register.UserRetrievalAsyncTask: User
Retrieval Async Task
01-27 16:15:06.411 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: reading
of profile data
01-27 16:15:06.412 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user data for profile display
01-27 16:15:06.412 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUser
01-27 16:15:06.412 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:06.412 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUserInformation
01-27 16:15:06.412 15461 15620 I
com.disha.quickride.androidapp.usermgmt.register.UserRetrievalAsyncTask: User
Retrieval Async Task
01-27 16:15:06.415 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:06.415 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:06.421 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.421 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.424 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:06.424 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:06.435 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@fd84d67[ProfileDisplayFragmentActivity]
01-27 16:15:06.435 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@fd84d67[ProfileDisplayFragmentActivity]
01-27 16:15:06.436 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.436 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.449 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@f1585b2[ProfileDisplayFragmentActivity]
01-27 16:15:06.449 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@f1585b2[ProfileDisplayFragmentActivity]
01-27 16:15:06.477 15461 15461 E RecyclerView: No adapter attached; skipping layout
01-27 16:15:06.477 15461 15461 E RecyclerView: No adapter attached; skipping layout
01-27 16:15:06.490 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:15:06.490 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:15:06.497 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:15:06.498 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:15:06.497 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:15:06.498 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:15:06.510 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.510 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.513 15461 17126 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:15:06.513 15461 17126 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:15:06.527 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.527 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.543 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.543 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.549 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.549 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.550 15461 18856 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:15:06.550 15461 18856 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:15:06.550 15461 18856 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:15:06.550 15461 18856 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:15:06.666 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
01-27 16:15:06.666 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
01-27 16:15:06.677 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
01-27 16:15:06.677 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
01-27 16:15:06.678 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: Store User
01-27 16:15:06.678 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:06.678 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:06.678 15461 16911 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:06.678 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: Store User
01-27 16:15:06.678 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:06.678 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:06.678 15461 16911 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:06.680 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.680 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.683 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:06.683 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:06.684 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:06.684 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:06.684 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:06.686 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:06.687 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:06.684 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:06.686 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:06.687 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:06.690 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:06.690 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:06.692 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:06.692 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:06.692 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:06.692 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:06.729 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: Store User
01-27 16:15:06.729 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:06.729 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:06.729 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: Store User
01-27 16:15:06.729 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:06.729 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:06.729 15461 15600 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:06.729 15461 15600 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:06.732 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.732 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.795 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.795 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.847 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.847 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:06.907 15461 16936 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:15:06.907 15461 16936 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:15:06.907 15461 16936 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:15:06.907 15461 16936 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:15:06.907 15461 16936 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:15:06.907 15461 16936 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:15:06.907 15461 16936 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:15:06.907 15461 16936 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:15:06.907 15461 16936 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.a(SourceFile:524)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.a(SourceFile:488)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.a(SourceFile:474)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.n(SourceFile:426)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.a(SourceFile:390)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ajj.a(SourceFile:146)
01-27 16:15:06.907 15461 16936 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:15:06.907 15461 16936 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:15:06.907 15461 16936 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ajj.a(SourceFile:50)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.k(SourceFile:310)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.i(SourceFile:279)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.run(SourceFile:234)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:15:06.907 15461 16936 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:15:06.907 15461 16936 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:15:06.907 15461 16936 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:15:06.907 15461 16936 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:15:06.907 15461 16936 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:15:06.907 15461 16936 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:15:06.907 15461 16936 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:15:06.907 15461 16936 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:15:06.907 15461 16936 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.a(SourceFile:524)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.a(SourceFile:488)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.a(SourceFile:474)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.n(SourceFile:426)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.a(SourceFile:390)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ajj.a(SourceFile:146)
01-27 16:15:06.907 15461 16936 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:15:06.907 15461 16936 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:15:06.907 15461 16936 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:15:06.907 15461 16936 W ExifInterface: at ajj.a(SourceFile:50)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.k(SourceFile:310)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.i(SourceFile:279)
01-27 16:15:06.907 15461 16936 W ExifInterface: at air.run(SourceFile:234)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:15:06.907 15461 16936 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:15:06.927 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:06.927 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:06.928 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:06.928 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:06.928 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:06.928 15461 18640 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@2fd1378[ProfileDisplayFragmentActivity]
01-27 16:15:06.928 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:06.929 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:06.928 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:06.929 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:06.928 15461 18640 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@2fd1378[ProfileDisplayFragmentActivity]
01-27 16:15:06.929 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:06.928 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:06.929 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:06.929 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:06.929 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:06.929 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:06.929 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:06.930 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:15:06.930 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:15:06.947 15461 15769 D SlaveNetworkWorker: not matched: 1
01-27 16:15:06.947 15461 15769 D SlaveNetworkWorker: not matched: 1
01-27 16:15:06.952 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
01-27 16:15:06.952 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
01-27 16:15:06.961 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of profile verification data for profile display
01-27 16:15:06.961 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:06.961 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of profile verification data for profile display
01-27 16:15:06.961 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:06.962 15461 16308 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:06.965 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.965 15461 15519 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:06.961 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of profile verification data for profile display
01-27 16:15:06.961 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:06.961 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of profile verification data for profile display
01-27 16:15:06.961 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:06.962 15461 16308 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:06.965 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.965 15461 15519 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:06.984 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.984 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:06.991 15461 18856 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
viewedOtherUSerProfile
01-27 16:15:06.991 15461 18856 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
viewedOtherUSerProfile
01-27 16:15:07.006 15461 15461 D
com.disha.quickride.androidapp.BaseQuickRideMenuFragment: onSaveInstanceState
01-27 16:15:07.007 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
onSaveInstanceState in FindRideAndOfferRideFragment{138f59e (3672a87f-a54c-4a90-
aa6d-059e3b58ed01) id=0x7f0a02f1}[startAddress = , startLatitude = 0.0,
startLongitude = 0.0, endAddress = null, endLatitude = 0.0, endLongitude = 0.0,
startTime = Mon Jan 27 16:13:10 GMT+05:30 2020, rideType = Passenger, userVehicle =
[id: 0 ][ownerid: 80505609211004 ][model: Hatch Back ][regno: null ][capacity: 4 ]
[fare: 4.0 ][imageURI: null ][makeAndCategory: null ][additionalFacilities: null ]
[vehicleType: Car ][riderHasHelmet: true ], selectedSeats = 1, appliedPromoCode =
null, reuseExistingData = false]
01-27 16:15:07.006 15461 15461 D
com.disha.quickride.androidapp.BaseQuickRideMenuFragment: onSaveInstanceState
01-27 16:15:07.007 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
onSaveInstanceState in FindRideAndOfferRideFragment{138f59e (3672a87f-a54c-4a90-
aa6d-059e3b58ed01) id=0x7f0a02f1}[startAddress = , startLatitude = 0.0,
startLongitude = 0.0, endAddress = null, endLatitude = 0.0, endLongitude = 0.0,
startTime = Mon Jan 27 16:13:10 GMT+05:30 2020, rideType = Passenger, userVehicle =
[id: 0 ][ownerid: 80505609211004 ][model: Hatch Back ][regno: null ][capacity: 4 ]
[fare: 4.0 ][imageURI: null ][makeAndCategory: null ][additionalFacilities: null ]
[vehicleType: Car ][riderHasHelmet: true ], selectedSeats = 1, appliedPromoCode =
null, reuseExistingData = false]
01-27 16:15:07.071 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:07.071 15461 16308 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:07.076 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:07.076 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:07.077 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:07.079 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:07.081 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:07.077 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:07.079 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:07.085 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:07.081 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:07.085 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:07.086 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:07.086 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:07.087 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:07.090 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:07.087 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:07.090 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:07.093 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:07.093 15461 15519 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:07.103 15461 15769 D b : getData: response code:200
01-27 16:15:07.103 15461 15769 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161506,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121906400","eventname":"viewed
otheruserprofile","payload":{"userId":"80505609211004"}} --- 200 OK {"status" :
"success"}
01-27 16:15:07.103 15461 15769 D b : getData: response code:200
01-27 16:15:07.103 15461 15769 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161506,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121906400","eventname":"viewed
otheruserprofile","payload":{"userId":"80505609211004"}} --- 200 OK {"status" :
"success"}
01-27 16:15:07.129 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:07.129 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:07.130 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:07.130 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:07.131 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:07.131 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:07.131 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:07.131 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:07.133 15461 15598 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=5271bca4-5f5a-46ba-bcbf-697d2a587d0e,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:15:07.129 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:07.129 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:07.130 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:07.130 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:07.131 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:07.131 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:07.131 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:07.131 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:07.133 15461 15598 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=5271bca4-5f5a-46ba-bcbf-697d2a587d0e,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:15:08.111 15461 18856 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:15:08.111 15461 18856 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:15:08.112 15461 18856 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:15:08.112 15461 18856 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:15:08.124 15461 18856 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:15:08.124 15461 18856 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:15:08.126 15461 18856 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:15:08.126 15461 18856 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:15:08.128 15461 18856 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:15:08.128 15461 18856 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:15:08.129 15461 18856 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:15:08.129 15461 18856 I AppsFlyer_4.9.0: data:
{"country":"","kef4462":"dc30d8dfd7f097c748181c120c531a0d5918180d5a1f1e","af_timest
amp":"1580121906959","appsflyerKey":"s********************m","af_events_api":"1","i
sFirstCall":"false","registeredUninstall":true,"operator":"airtel","network":"MOBIL
E","af_v2":"0272efa415dd07c2fff8c87b7419dc7b9315911e","uid":"1580121578867-
3762180197533250658","eventValue":"{\"userId\":\"80505609211004\"}","isGaidWithGps"
:"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"viewedOtherUSerProfile","model":"GM1901","
lang":"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceD
ata":{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"6","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"59435a60f643441a580703913392d7bc7ee81b66","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"13","tokenRefreshConfigured":false,"af_gcm_token
":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121790792\",\"prev_event_value\":\"{\\\"ride_id\\\":\\\"1122
78839\\\",\\\"price\\\":\\\"0.0\\\",\\\"from\\\":\\\"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India\\\",\\\"to\\\":\\\"Green Park Metro Station, Sri Aurobindo Marg, Block A,
Green Park, New Delhi, Delhi, India\\\",\\\"time\\\":\\\"Tue Jan 28 08:00:00
GMT+05:30
2020\\\",\\\"seats\\\":\\\"1\\\"}\",\"prev_event_name\":\"FindRideCreated\"}","plat
formextension":"android_native","cksm_v1":"60edf5138d0a961eaf16d5e306410fc613"}
01-27 16:15:08.129 15461 18856 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:15:08.129 15461 18856 I AppsFlyer_4.9.0: data:
{"country":"","kef4462":"dc30d8dfd7f097c748181c120c531a0d5918180d5a1f1e","af_timest
amp":"1580121906959","appsflyerKey":"s********************m","af_events_api":"1","i
sFirstCall":"false","registeredUninstall":true,"operator":"airtel","network":"MOBIL
E","af_v2":"0272efa415dd07c2fff8c87b7419dc7b9315911e","uid":"1580121578867-
3762180197533250658","eventValue":"{\"userId\":\"80505609211004\"}","isGaidWithGps"
:"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"viewedOtherUSerProfile","model":"GM1901","
lang":"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceD
ata":{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"6","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"59435a60f643441a580703913392d7bc7ee81b66","carrier":"airtel","af_p
reinstalled":"false","iaecounter":"13","tokenRefreshConfigured":false,"af_gcm_token
":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121790792\",\"prev_event_value\":\"{\\\"ride_id\\\":\\\"1122
78839\\\",\\\"price\\\":\\\"0.0\\\",\\\"from\\\":\\\"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India\\\",\\\"to\\\":\\\"Green Park Metro Station, Sri Aurobindo Marg, Block A,
Green Park, New Delhi, Delhi, India\\\",\\\"time\\\":\\\"Tue Jan 28 08:00:00
GMT+05:30
2020\\\",\\\"seats\\\":\\\"1\\\"}\",\"prev_event_name\":\"FindRideCreated\"}","plat
formextension":"android_native","cksm_v1":"60edf5138d0a961eaf16d5e306410fc613"}
01-27 16:15:08.761 15461 18856 I AppsFlyer_4.9.0: response code: 200
01-27 16:15:08.761 15461 18856 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:15:08.761 15461 18856 I AppsFlyer_4.9.0: response code: 200
01-27 16:15:08.761 15461 18856 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:15:10.569 15461 15461 D TAG : Finish
01-27 16:15:10.569 15461 15461 D TAG : Finish
01-27 16:15:10.581 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:10.581 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:10.605 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:15:10.605 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:15:10.608 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: Ride
creation fragment is started
01-27 16:15:10.608 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment: Ride
creation fragment is started
01-27 16:15:10.627 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache:
addRideUpdateListener with : RIDE_VIEW_KEY, RideViewActivity{ab80eb1 (77bf7322-
4f3b-45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}
01-27 16:15:10.627 15461 15461 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache:
addRideUpdateListener with : RIDE_VIEW_KEY, RideViewActivity{ab80eb1 (77bf7322-
4f3b-45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}
01-27 16:15:10.630 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: Adding
ApplicationVisibilityStatusChangeListener [RideViewActivity{ab80eb1 (77bf7322-4f3b-
45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}] for key : [RIDE_VIEW_KEY]
01-27 16:15:10.630 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: Adding
ApplicationVisibilityStatusChangeListener [RideViewActivity{ab80eb1 (77bf7322-4f3b-
45fb-a0ec-fc548e3e14c9) id=0x7f0a07bf}] for key : [RIDE_VIEW_KEY]
01-27 16:15:10.652 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:10.652 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:10.710 15461 18640 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:15:10.710 15461 18640 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@10e257e[CommonMapActivity]
01-27 16:15:10.751 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:15:10.751 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:15:12.465 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:12.465 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:12.476 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@21919b5
01-27 16:15:12.476 15461 15461 W ActivityThread: handleWindowVisibility: no
activity for token android.os.BinderProxy@21919b5
01-27 16:15:12.488 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:15:12.488 15461 15461 D
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: Session resumed
successfully
01-27 16:15:12.500 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:15:12.500 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:15:12.500 15461 15461 I TextToSpeech: Sucessfully bound to
com.google.android.tts
01-27 16:15:12.500 15461 15461 W TextToSpeech: setLanguage failed: not bound to TTS
engine
01-27 16:15:12.521 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: reading
of profile data
01-27 16:15:12.521 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: profile
display activity actionbar customization
01-27 16:15:12.521 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: reading
of profile data
01-27 16:15:12.521 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: profile
display activity actionbar customization
01-27 16:15:12.522 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user data for profile display
01-27 16:15:12.522 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUser
01-27 16:15:12.522 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:12.522 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user data for profile display
01-27 16:15:12.522 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUser
01-27 16:15:12.522 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:12.522 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUserInformation
01-27 16:15:12.522 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUserInformation
01-27 16:15:12.522 15461 15548 I
com.disha.quickride.androidapp.usermgmt.register.UserRetrievalAsyncTask: User
Retrieval Async Task
01-27 16:15:12.522 15461 15548 I
com.disha.quickride.androidapp.usermgmt.register.UserRetrievalAsyncTask: User
Retrieval Async Task
01-27 16:15:12.528 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.528 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.531 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:12.531 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:12.537 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:12.537 15461 15461 E SensorManager: registerListenerImpl
sensorName:lsm6dsm Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:12.542 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: reading
of profile data
01-27 16:15:12.542 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user data for profile display
01-27 16:15:12.542 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUser
01-27 16:15:12.542 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:12.542 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUserInformation
01-27 16:15:12.542 15461 16011 I
com.disha.quickride.androidapp.usermgmt.register.UserRetrievalAsyncTask: User
Retrieval Async Task
01-27 16:15:12.542 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: reading
of profile data
01-27 16:15:12.542 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user data for profile display
01-27 16:15:12.542 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUser
01-27 16:15:12.542 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:12.542 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getUserInformation
01-27 16:15:12.542 15461 16011 I
com.disha.quickride.androidapp.usermgmt.register.UserRetrievalAsyncTask: User
Retrieval Async Task
01-27 16:15:12.545 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.545 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.547 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:12.547 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:12.550 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.550 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.554 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:12.554 15461 15461 V ViewRootImpl: The specified message queue
synchronization barrier token has not been posted or has already been removed
01-27 16:15:12.558 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.558 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.571 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@feb30e[ProfileDisplayFragmentActivity]
01-27 16:15:12.571 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@feb30e[ProfileDisplayFragmentActivity]
01-27 16:15:12.583 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@46d08c5[ProfileDisplayFragmentActivity]
01-27 16:15:12.583 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@46d08c5[ProfileDisplayFragmentActivity]
01-27 16:15:12.611 15461 15461 E RecyclerView: No adapter attached; skipping layout
01-27 16:15:12.611 15461 15461 E RecyclerView: No adapter attached; skipping layout
01-27 16:15:12.623 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:15:12.623 15461 15461 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 16:15:12.632 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:15:12.632 15461 15461 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
01-27 16:15:12.637 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:15:12.637 15461 15461 I TextToSpeech: Connected to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:15:12.639 15461 17126 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:15:12.639 15461 17126 I TextToSpeech: Set up connection to
ComponentInfo{com.google.android.tts/com.google.android.tts.service.GoogleTTSServic
e}
01-27 16:15:12.687 15461 19243 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:15:12.687 15461 19243 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:15:12.687 15461 19243 I AppsFlyer_4.9.0: sendTrackingWithEvent from
activity: com.disha.quickride.androidapp.startup.QuickRideApplication
01-27 16:15:12.687 15461 19243 I AppsFlyer_4.9.0: Trying to fetch GAID..
01-27 16:15:12.694 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:12.694 15461 16011 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:12.703 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:12.703 15461 15548 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:12.704 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:12.704 15461 15652 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:12.716 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:12.716 15461 16156 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:12.845 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
01-27 16:15:12.845 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
01-27 16:15:12.862 15461 15770 D SlaveNetworkWorker: not matched: 1
01-27 16:15:12.862 15461 15770 D SlaveNetworkWorker: not matched: 1
01-27 16:15:12.873 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: Store User
01-27 16:15:12.873 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: Store User
01-27 16:15:12.873 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:12.873 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:12.874 15461 15620 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:12.873 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:12.873 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:12.874 15461 15620 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:12.878 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.878 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.882 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:12.882 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:12.891 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:12.891 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:12.894 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:12.894 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:12.894 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:12.894 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:12.895 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:12.895 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:12.895 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:12.895 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:12.895 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:12.895 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:12.895 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:12.895 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:12.903 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: Store User
01-27 16:15:12.903 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: Store User
01-27 16:15:12.903 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:12.903 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of user profile data for profile display
01-27 16:15:12.903 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:12.903 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:12.903 15461 16575 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:12.903 15461 16575 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:12.907 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.907 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:12.907 15461 16932 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:15:12.907 15461 16932 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:15:12.907 15461 16932 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:15:12.907 15461 16932 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:15:12.907 15461 16932 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:15:12.907 15461 16932 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:15:12.907 15461 16932 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:15:12.907 15461 16932 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:15:12.907 15461 16932 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.a(SourceFile:524)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.a(SourceFile:488)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.a(SourceFile:474)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.n(SourceFile:426)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.a(SourceFile:390)
01-27 16:15:12.907 15461 16932 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:15:12.907 15461 16932 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:15:12.907 15461 16932 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.k(SourceFile:310)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.i(SourceFile:276)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.run(SourceFile:234)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:15:12.907 15461 16932 W ExifInterface: Invalid image: ExifInterface got an
unsupported image format file(ExifInterface supports JPEG and some RAW image
formats only) or a corrupted JPEG file to ExifInterface.
01-27 16:15:12.907 15461 16932 W ExifInterface: java.io.IOException: Invalid byte
order: ffff8950
01-27 16:15:12.907 15461 16932 W ExifInterface: at
android.media.ExifInterface.readByteOrder(ExifInterface.java:3121)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
android.media.ExifInterface.isOrfFormat(ExifInterface.java:2437)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
android.media.ExifInterface.getMimeType(ExifInterface.java:2315)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
android.media.ExifInterface.loadAttributes(ExifInterface.java:1753)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
android.media.ExifInterface.<init>(ExifInterface.java:1447)
01-27 16:15:12.907 15461 16932 W ExifInterface: at amf.a(SourceFile:40)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ahj.b(SourceFile:92)
01-27 16:15:12.907 15461 16932 W ExifInterface: at amc.a(SourceFile:269)
01-27 16:15:12.907 15461 16932 W ExifInterface: at amc.a(SourceFile:224)
01-27 16:15:12.907 15461 16932 W ExifInterface: at amc.a(SourceFile:173)
01-27 16:15:12.907 15461 16932 W ExifInterface: at alw.a(SourceFile:31)
01-27 16:15:12.907 15461 16932 W ExifInterface: at alw.a(SourceFile:14)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ais.a(SourceFile:92)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ais.a(SourceFile:70)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ais.a(SourceFile:59)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ajd.a(SourceFile:76)
01-27 16:15:12.907 15461 16932 W ExifInterface: at ajd.a(SourceFile:57)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.a(SourceFile:524)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.a(SourceFile:488)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.a(SourceFile:474)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.n(SourceFile:426)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.a(SourceFile:390)
01-27 16:15:12.907 15461 16932 W ExifInterface: at aim.a(SourceFile:94)
01-27 16:15:12.907 15461 16932 W ExifInterface: at akn$a.a(SourceFile:70)
01-27 16:15:12.907 15461 16932 W ExifInterface: at aim.a(SourceFile:74)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.k(SourceFile:310)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.i(SourceFile:276)
01-27 16:15:12.907 15461 16932 W ExifInterface: at air.run(SourceFile:234)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
java.lang.Thread.run(Thread.java:919)
01-27 16:15:12.907 15461 16932 W ExifInterface: at
aki$a$1.run(SourceFile:431)
01-27 16:15:12.989 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:12.989 15461 15620 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:13.018 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:13.018 15461 16575 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:13.096 15461 15770 D b : getData: response code:200
01-27 16:15:13.096 15461 15770 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161512,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121912537","eventname":"viewed
otheruserprofile","payload":{"userId":"80505609211004"}} --- 200 OK {"status" :
"success"}
01-27 16:15:13.096 15461 15770 D b : getData: response code:200
01-27 16:15:13.096 15461 15770 D b : POST:
https://pn.netcoresmartech.com/app_activity_ngn ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127161512,"lat":null,"lng":
null,"adid":"","sessionid":"1580121571980","tx":"1580121912537","eventname":"viewed
otheruserprofile","payload":{"userId":"80505609211004"}} --- 200 OK {"status" :
"success"}
01-27 16:15:13.105 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=bc8b8647-4887-4de2-9f3b-4554b7de86a8,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:15:13.105 15461 15632 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=bc8b8647-4887-4de2-9f3b-4554b7de86a8,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:15:13.115 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:13.115 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@5c082bb[ProfileDisplayFragmentActivity]
01-27 16:15:13.115 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:13.115 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:13.115 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@5c082bb[ProfileDisplayFragmentActivity]
01-27 16:15:13.115 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:13.117 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:13.117 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:13.118 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:13.118 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:13.118 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:13.118 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:13.118 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:13.118 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:13.119 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:13.119 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:13.120 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:13.120 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:13.148 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
01-27 16:15:13.148 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
01-27 16:15:13.152 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 2
01-27 16:15:13.152 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 2
01-27 16:15:13.154 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of profile verification data for profile display
01-27 16:15:13.154 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:13.154 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of profile verification data for profile display
01-27 16:15:13.154 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of profile verification data for profile display
01-27 16:15:13.154 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:13.154 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:13.154 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
retrieving of profile verification data for profile display
01-27 16:15:13.154 15461 15461 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user
profile
01-27 16:15:13.155 15461 16911 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:13.155 15461 16911 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:13.155 15461 15600 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:13.155 15461 15600 I
com.disha.quickride.androidapp.usermgmt.profile.UserProfileRetrievalAsyncTask: User
Profile Retrieval
01-27 16:15:13.171 15461 15476 W System : A resource failed to call end.
01-27 16:15:13.171 15461 15476 W System : A resource failed to call end.
01-27 16:15:13.171 15461 15476 W System : A resource failed to call end.
01-27 16:15:13.171 15461 15476 W System : A resource failed to call end.
01-27 16:15:13.172 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:13.172 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:13.174 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:13.180 15461 19243 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
viewedOtherUSerProfile
01-27 16:15:13.174 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:15:13.180 15461 19243 I AppsFlyer_4.9.0: ******* sendTrackingWithEvent:
viewedOtherUSerProfile
01-27 16:15:13.186 15461 15461 D
com.disha.quickride.androidapp.BaseQuickRideMenuFragment: onSaveInstanceState
01-27 16:15:13.187 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
onSaveInstanceState in FindRideAndOfferRideFragment{138f59e (3672a87f-a54c-4a90-
aa6d-059e3b58ed01) id=0x7f0a02f1}[startAddress = , startLatitude = 0.0,
startLongitude = 0.0, endAddress = null, endLatitude = 0.0, endLongitude = 0.0,
startTime = Mon Jan 27 16:13:10 GMT+05:30 2020, rideType = Passenger, userVehicle =
[id: 0 ][ownerid: 80505609211004 ][model: Hatch Back ][regno: null ][capacity: 4 ]
[fare: 4.0 ][imageURI: null ][makeAndCategory: null ][additionalFacilities: null ]
[vehicleType: Car ][riderHasHelmet: true ], selectedSeats = 1, appliedPromoCode =
null, reuseExistingData = false]
01-27 16:15:13.186 15461 15461 D
com.disha.quickride.androidapp.BaseQuickRideMenuFragment: onSaveInstanceState
01-27 16:15:13.187 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
onSaveInstanceState in FindRideAndOfferRideFragment{138f59e (3672a87f-a54c-4a90-
aa6d-059e3b58ed01) id=0x7f0a02f1}[startAddress = , startLatitude = 0.0,
startLongitude = 0.0, endAddress = null, endLatitude = 0.0, endLongitude = 0.0,
startTime = Mon Jan 27 16:13:10 GMT+05:30 2020, rideType = Passenger, userVehicle =
[id: 0 ][ownerid: 80505609211004 ][model: Hatch Back ][regno: null ][capacity: 4 ]
[fare: 4.0 ][imageURI: null ][makeAndCategory: null ][additionalFacilities: null ]
[vehicleType: Car ][riderHasHelmet: true ], selectedSeats = 1, appliedPromoCode =
null, reuseExistingData = false]
01-27 16:15:13.237 15461 19243 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:15:13.237 15461 19243 I AppsFlyer_4.9.0: IMEI was not collected.
01-27 16:15:13.239 15461 19243 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:15:13.239 15461 19243 I AppsFlyer_4.9.0: Android ID was not collected.
01-27 16:15:13.246 15461 19243 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:15:13.246 15461 19243 I AppsFlyer_4.9.0: AppsFlyer: first launch date:
2020-01-27_103941+0000
01-27 16:15:13.247 15461 19243 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:15:13.247 15461 19243 D AppsFlyer_4.9.0:
didConfigureTokenRefreshService=false
01-27 16:15:13.250 15461 19243 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:15:13.250 15461 19243 I AppsFlyer_4.9.0:
AppsFlyerLib.sendTrackingWithEvent
01-27 16:15:13.253 15461 19243 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:15:13.253 15461 19243 I AppsFlyer_4.9.0: url:
https://events.appsflyer.com/api/v4/androidevent?
buildnumber=4.9.0&app_id=com.disha.quickride
01-27 16:15:13.253 15461 19243 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121913153","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"dfb3421e083014b407756c0ddf9a432b368fafff","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"userId\":\"80505609211004\"}","isGaidWithGps"
:"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"viewedOtherUSerProfile","model":"GM1901","
lang":"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceD
ata":{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"6","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"41da02b11400dd4281e1e1ac4bfedf050d8c459a","carrier":"airtel","kef4
e62":"2f9af4d7184ed26a48181c120c531a0d5918180d5a1f1e","af_preinstalled":"false","ia
ecounter":"14","tokenRefreshConfigured":false,"af_gcm_token":"eguMVjeN_q0:APA91bGCu
6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121906992\",\"prev_event_value\":\"{\\\"userId\\\":\\\"80505
609211004\\\"}\",\"prev_event_name\":\"viewedOtherUSerProfile\"}","platformextensio
n":"android_native","cksm_v1":"e282a792805fd1c9cfde3af743d18ffb90"}
01-27 16:15:13.253 15461 19243 I AppsFlyer_4.9.0: data:
{"country":"","af_timestamp":"1580121913153","appsflyerKey":"s********************m
","af_events_api":"1","isFirstCall":"false","registeredUninstall":true,"operator":"
airtel","network":"MOBILE","af_v2":"dfb3421e083014b407756c0ddf9a432b368fafff","uid"
:"1580121578867-
3762180197533250658","eventValue":"{\"userId\":\"80505609211004\"}","isGaidWithGps"
:"true","lang_code":"en","installDate":"2020-01-
27_103818+0000","app_version_code":"392","firstLaunchDate":"2020-01-
27_103941+0000","ivc":false,"eventName":"viewedOtherUSerProfile","model":"GM1901","
lang":"English","brand":"OnePlus","deviceType":"user","product":"OnePlus7","deviceD
ata":{"cpu_abi":"arm64-v8a","build_display_id":"GM1901_14_191007","dim":
{"size":"2","ydp":"409.903","xdp":"403.411","y_px":"2134","x_px":"1080","d_dpi":"42
0"},"arch":"","cpu_abi2":""},"installer_package":"com.android.vending","date2":"202
0-01-27_103818+0000","counter":"6","date1":"2020-01-
27_103818+0000","advertiserId":"faffb339-3913-4b71-a9e8-
48eaac69539f","advertiserIdEnabled":"true","referrer":"utm_source=(not
%20set)&utm_medium=(not
%20set)","af_v":"41da02b11400dd4281e1e1ac4bfedf050d8c459a","carrier":"airtel","kef4
e62":"2f9af4d7184ed26a48181c120c531a0d5918180d5a1f1e","af_preinstalled":"false","ia
ecounter":"14","tokenRefreshConfigured":false,"af_gcm_token":"eguMVjeN_q0:APA91bGCu
6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sdk":"29","fb":"d97bfaf6-0352-4a71-bae0-
9aa184401bdb","app_version_name":"9.42","device":"OnePlus7","prev_event":"{\"prev_e
vent_timestamp\":\"1580121906992\",\"prev_event_value\":\"{\\\"userId\\\":\\\"80505
609211004\\\"}\",\"prev_event_name\":\"viewedOtherUSerProfile\"}","platformextensio
n":"android_native","cksm_v1":"e282a792805fd1c9cfde3af743d18ffb90"}
01-27 16:15:13.281 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:13.281 15461 15600 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:13.285 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:13.285 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:13.286 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:13.286 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:13.286 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:13.286 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:13.286 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:13.286 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:13.287 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:13.287 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:13.287 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:13.287 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:13.287 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:13.287 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:13.288 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:13.288 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:13.293 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:13.293 15461 16911 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:15:13.310 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:13.310 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment: getting
user profile for profile display activity
01-27 16:15:13.310 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:13.310 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayBaseFragment:
Displaying profession details
01-27 16:15:13.310 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:13.310 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: displaying
of verification status
01-27 16:15:13.311 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:13.311 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of total rides count
01-27 16:15:13.311 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:13.311 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user rating
01-27 16:15:13.311 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:13.311 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
of user onTime
01-27 16:15:13.312 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:13.312 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: Displaying
social networks if configured
01-27 16:15:13.312 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:13.312 15461 15461 I
com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayFragment: retrieving
of user image data for displaying in profile
01-27 16:15:13.896 15461 19243 I AppsFlyer_4.9.0: response code: 200
01-27 16:15:13.896 15461 19243 I AppsFlyer_4.9.0: response code: 200
01-27 16:15:13.897 15461 19243 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:15:13.897 15461 19243 D AppsFlyer_4.9.0: Uninstall Token exists:
1580121578861,eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_-
-kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:15:18.343 15461 15461 I Surface : opservice is null false
01-27 16:15:18.343 15461 15461 I Surface : opservice is null false
01-27 16:15:23.085 15461 15461 I Surface : opservice is null false
01-27 16:15:23.085 15461 15461 I Surface : opservice is null false
01-27 16:15:29.125 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@5c082bb[ProfileDisplayFragmentActivity]
01-27 16:15:29.125 15461 15478 D DecorView: onWindowFocusChangedFromViewRoot
hasFocus: true, DecorView@5c082bb[ProfileDisplayFragmentActivity]
01-27 16:15:29.867 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:29.867 15461 15461 E SensorManager: unregisterListenerImpl callingApp:
com.disha.quickride,callingPid:15461,callingUid:10450
01-27 16:15:30.065 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is invisible
01-27 16:15:30.065 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is invisible
01-27 16:15:30.416 15461 17695 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:15:30.417 15461 17695 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:15:30.417 15461 17695 I AppsFlyer_4.9.0: app went to background
01-27 16:15:30.416 15461 17695 I AppsFlyer_4.9.0: onBecameBackground
01-27 16:15:30.417 15461 17695 I AppsFlyer_4.9.0: callStatsBackground background
call
01-27 16:15:30.417 15461 17695 I AppsFlyer_4.9.0: app went to background
01-27 16:15:30.420 15461 17695 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:15:30.420 15461 17695 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:15:30.420 15461 17695 D AppsFlyer_4.9.0: Stats call is disabled,
ignore ...
01-27 16:15:30.420 15461 17695 D AppsFlyer_4.9.0: RD status is OFF
01-27 16:15:30.626 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
RideCreationFirstStep's view is destroyed
01-27 16:15:30.626 15461 15461 D
com.disha.quickride.androidapp.ridemgmt.RideCreationFirstStepBaseFragment:
RideCreationFirstStep's view is destroyed
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: onDestroy failed
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean le.i()'
on a null object reference
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
ky.performDetach(SourceFile:2849)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.a(SourceFile:1034)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.k(SourceFile:1238)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.a(SourceFile:1303)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.e(SourceFile:2659)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.y(SourceFile:2644)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
ky.performDestroy(SourceFile:2825)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.a(SourceFile:1028)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.k(SourceFile:1238)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.a(SourceFile:1303)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.e(SourceFile:2659)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.y(SourceFile:2644)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
la.j(SourceFile:329)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
androidx.fragment.app.FragmentActivity.onDestroy(SourceFile:366)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
androidx.appcompat.app.AppCompatActivity.onDestroy(SourceFile:233)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity.onDestroy(SourceFile:1
02)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.Activity.performDestroy(Activity.java:8073)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.Instrumentation.callActivityOnDestroy(Instrumentation.java:1353)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.ActivityThread.performDestroyActivity(ActivityThread.java:5043)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:5087)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.servertransaction.DestroyActivityItem.execute(DestroyActivityItem.java:
44)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:176)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
97)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2109)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.os.Handler.dispatchMessage(Handler.java:107)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.os.Looper.loop(Looper.java:214)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.ActivityThread.main(ActivityThread.java:7682)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
java.lang.reflect.Method.invoke(Native Method)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: onDestroy failed
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean le.i()'
on a null object reference
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
ky.performDetach(SourceFile:2849)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.a(SourceFile:1034)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.k(SourceFile:1238)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.a(SourceFile:1303)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.e(SourceFile:2659)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.y(SourceFile:2644)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
ky.performDestroy(SourceFile:2825)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.a(SourceFile:1028)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.k(SourceFile:1238)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.a(SourceFile:1303)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.e(SourceFile:2659)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
le.y(SourceFile:2644)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
la.j(SourceFile:329)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
androidx.fragment.app.FragmentActivity.onDestroy(SourceFile:366)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
androidx.appcompat.app.AppCompatActivity.onDestroy(SourceFile:233)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity.onDestroy(SourceFile:1
02)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.Activity.performDestroy(Activity.java:8073)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.Instrumentation.callActivityOnDestroy(Instrumentation.java:1353)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.ActivityThread.performDestroyActivity(ActivityThread.java:5043)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:5087)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.servertransaction.DestroyActivityItem.execute(DestroyActivityItem.java:
44)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:176)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
97)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2109)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.os.Handler.dispatchMessage(Handler.java:107)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.os.Looper.loop(Looper.java:214)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
android.app.ActivityThread.main(ActivityThread.java:7682)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
java.lang.reflect.Method.invoke(Native Method)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
01-27 16:15:30.649 15461 15461 E
com.disha.quickride.androidapp.QuickRideBaseFragmentActivity: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
01-27 16:15:30.751 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is closed by the user
01-27 16:15:30.751 15461 15461 D
com.disha.quickride.androidapp.QuickRideLifecycleHandler: App is closed by the user
01-27 16:15:30.756 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
01-27 16:15:30.756 15461 15461 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE
mViewTitle =
com.disha.quickride/com.disha.quickride.androidapp.usermgmt.profile.ProfileDisplayF
ragmentActivity--- jank level = 1
--------- beginning of main
01-27 16:54:23.674 11317 11317 E disha.quickrid: Not starting debugger since
process cannot load the jdwp agent.
01-27 16:54:23.740 11317 11317 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 16:54:23.809 11317 11317 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-27 16:54:23.809 11317 11317 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-27 16:54:23.823 11317 11317 I Perf : Connecting to perf service.
01-27 16:54:23.833 11317 11317 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is instantiated
01-27 16:54:23.834 11317 11317 I MultiDex: VM with version 2.1.0 has multidex
support
01-27 16:54:23.835 11317 11317 I MultiDex: Installing application
01-27 16:54:23.835 11317 11317 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-27 16:54:23.835 11317 11317 I MultiDex: Installing application
01-27 16:54:23.835 11317 11317 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-27 16:54:23.915 11317 11317 I FirebaseInitProvider: FirebaseApp initialization
successful
01-27 16:54:23.919 11317 11317 I CrashlyticsInitProvider: CrashlyticsInitProvider
skipping initialization
01-27 16:54:24.013 11317 11317 E Apxor : App Id is empty or null, couldn't
initialize ApxorSDK
01-27 16:54:24.021 11317 11317 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is created
01-27 16:54:24.021 11317 11317 V Font : Change font:1
01-27 16:54:24.021 11317 11317 V Font : Default
family:android.graphics.Typeface@3324ec54
01-27 16:54:24.022 11317 11317 D
com.disha.quickride.androidapp.startup.QuickRideApplication: enabled https
protocols null
01-27 16:54:24.025 11317 11361 I FA : App measurement is starting up, version:
15300
01-27 16:54:24.025 11317 11361 I FA : To enable debug logging run: adb shell
setprop log.tag.FA VERBOSE
01-27 16:54:24.041 11317 11361 I FA : To enable faster debug mode event
logging run:
01-27 16:54:24.041 11317 11361 I FA : adb shell setprop
debug.firebase.analytics.app com.disha.quickride
01-27 16:54:24.054 11317 11364 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
01-27 16:54:24.057 11317 11364 I DpmTcmClient: RegisterTcmMonitor from: $Proxy0
01-27 16:54:24.189 11317 11392 I CrashlyticsCore: Initializing Crashlytics 2.6.8.32
01-27 16:54:24.221 11317 11392 W com.facebook.appevents.AppEventsLogger:
activateApp events are being logged automatically. There's no need to call
activateApp explicitly, this is safe to remove.
01-27 16:54:24.238 11317 11392 I GAv4 : Google Analytics 12.4.51 is starting up.
To enable debug logging on a device run:
01-27 16:54:24.238 11317 11392 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG
01-27 16:54:24.238 11317 11392 I GAv4 : adb logcat -s GAv4
01-27 16:54:24.308 11317 11317 E a : Value of SMT_USE_AD_ID : null
01-27 16:54:24.309 11317 11317 D NetcoreSDK: readConfig: null
01-27 16:54:24.378 11317 11317 I CleverTap: Activity Lifecycle Callback
successfully registered
01-27 16:54:24.380 11317 11317 I CleverTap: Account Region not specified in the
AndroidManifest - using default region
01-27 16:54:24.466 11317 11317 I CleverTap: CleverTap SDK initialized with
accountId: 677-74Z-765Z accountToken: 14a-aa6 accountRegion: null
01-27 16:54:24.476 11317 11317 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-27 16:54:24.477 11317 11317 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-27 16:54:24.484 11317 11507 I CleverTap: SDK Version Code is 30501
01-27 16:54:24.486 11317 11507 I CleverTap: CTPushNotificationReceiver is present
01-27 16:54:24.488 11317 11507 I CleverTap: InstallReferrerBroadcastReceiver is
present
01-27 16:54:24.489 11317 11507 I CleverTap: CTNotificationIntentService not present
01-27 16:54:24.491 11317 11507 I CleverTap: CTBackgroundJobService is present
01-27 16:54:24.492 11317 11507 I CleverTap: CTBackgroundIntentService is present
01-27 16:54:24.498 11317 11507 I CleverTap: InAppNotificationActivity is present
01-27 16:54:24.499 11317 11507 I CleverTap: FcmMessageListenerService not present
01-27 16:54:24.501 11317 11507 I CleverTap: FcmTokenListenerService not present
01-27 16:54:24.517 11317 11317 D
com.disha.quickride.androidapp.startup.QuickRideApplication: Initializing Session
Manager
01-27 16:54:24.530 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Resuming
user session
01-27 16:54:24.530 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
createNewSessionManager
01-27 16:54:24.530 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionManager: Found Persistent
session for user 80505609211004
01-27 16:54:24.536 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
onResumeUserSession
01-27 16:54:24.537 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager@8446ae1
01-27 16:54:24.544 11317 11521 D
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager: Resuming basic user session
01-27 16:54:24.640 11317 11367 W DynamiteModule: Local module descriptor class for
providerinstaller not found.
01-27 16:54:24.646 11317 11522 E Perf : Fail to get file list WizRocket.xml.bak
01-27 16:54:24.647 11317 11522 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-27 16:54:24.654 11317 11507 I CleverTap:677-74Z-765Z: Notification channel
promopush has been created
01-27 16:54:24.656 11317 11507 I CleverTap:677-74Z-765Z: Notification channel
offerspush has been created
01-27 16:54:24.658 11317 11507 I CleverTap:677-74Z-765Z: Notification channel
notifypush has been created
01-27 16:54:24.675 11317 11546 D SlaveNetworkWorker: not matched:
01-27 16:54:24.675 11317 11522 E Perf : Fail to get file list
com.disha.quickride
01-27 16:54:24.676 11317 11522 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-27 16:54:24.682 11317 11522 E Perf : Fail to get file list oat
01-27 16:54:24.682 11317 11522 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-27 16:54:24.702 11317 11521 W Java7Support: Unable to load JDK7 types
(annotations, java.nio.file.Path): no Java7 support added
01-27 16:54:24.732 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager@5e84702
01-27 16:54:24.732 11317 11521 D
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager: Resume basic user
session
01-27 16:54:24.820 11317 11392 D AppsFlyer_4.9.0: Initializing AppsFlyer SDK:
(v4.9.0.184)
01-27 16:54:24.821 11317 11392 D AppsFlyer_4.9.0: Done loading properties: true
01-27 16:54:24.926 11317 11367 I DynamiteModule: Considering local module
providerinstaller:0 and remote module providerinstaller:0
01-27 16:54:24.926 11317 11367 W ProviderInstaller: Failed to load
providerinstaller module: No acceptable module found. Local version is 0 and remote
version is 0.
01-27 16:54:24.950 11317 11546 I WebViewFactory: Loading com.google.android.webview
version 74.0.3729.157 (code 373015758)
01-27 16:54:24.976 11317 11367 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 16:54:24.983 11317 11574 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {wzrk_acct_id=677-74Z-765Z, wzrk_acts=[{"l":"Ride
Now","dl":"quickride://newride","id":"1","ico":""}], nm=Monday Traffic is Back!!
01-27 16:54:24.983 11317 11574 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Ride back
home with a new friend or your favourite Quick Riders today , nt=Don't get stuck in
traffic alone �, pr=max, wzrk_pivot=wzrk_default, wzrk_cid=promo,
wzrk_pid=1580124215, wzrk_rnv=true, wzrk_ttl=1580145860, wzrk_push_amp=false,
wzrk_bc=, wzrk_bi=2, wzrk_dl=quickride://newride, wzrk_id=1580124215_20200127,
wzrk_pn=true}
01-27 16:54:25.027 11317 11574 E NetcoreSDK: Error: Unterminated object at
character 114 of {wzrk_acct_id=677-74Z-765Z, wzrk_acts=[{"l":"Ride
Now","dl":"quickride://newride","id":"1","ico":""}], nm=Monday Traffic is Back!!
01-27 16:54:25.027 11317 11574 E NetcoreSDK: Ride back home with a new friend or
your favourite Quick Riders today , nt=Don't get stuck in traffic alone � , pr=max,
wzrk_pivot=wzrk_default, wzrk_cid=promo, wzrk_pid=1580124215, wzrk_rnv=true,
wzrk_ttl=1580145860, wzrk_push_amp=false, wzrk_bc=, wzrk_bi=2,
wzrk_dl=quickride://newride, wzrk_id=1580124215_20200127, wzrk_pn=true}
01-27 16:54:25.072 11317 11507 E OpApplicationPackageManagerInjector: Attempt to
invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null
object reference
01-27 16:54:25.404 11317 11367 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 16:54:25.411 11317 11473 I ApxorSDK: ApxorSDK(v258) successfully initialized
for: d25af8de489a0ca420f9540aed14013a
01-27 16:54:25.624 11317 11546 I cr_LibraryLoader: Time to load native libraries: 7
ms (timestamps 580-587)
01-27 16:54:25.740 11317 11367 I disha.quickrid: Waiting for a blocking GC
AddRemoveAppImageSpace
01-27 16:54:25.850 11317 11317 I chromium: [INFO:library_loader_hooks.cc(50)]
Chromium logging enabled: level = 0, default verbosity = 0
01-27 16:54:25.851 11317 11317 I cr_LibraryLoader: Expected native library version
number "74.0.3729.157", actual native library version number "74.0.3729.157"
01-27 16:54:25.968 11317 11367 I disha.quickrid: WaitForGcToComplete blocked
AddRemoveAppImageSpace on ClassLinker for 228.561ms
01-27 16:54:26.050 11317 11367 W disha.quickrid: Suspending all threads took:
82.020ms
01-27 16:54:26.173 11317 11623 W cr_ChildProcLH: Create a new
ChildConnectionAllocator with package name = com.google.android.webview, sandboxed
= true
01-27 16:54:26.276 11317 11317 I cr_BrowserStartup: Initializing chromium process,
singleProcess=false
01-27 16:54:26.399 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.event.EventModuleSessionManager@e742100
01-27 16:54:26.567 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler@68e42e
01-27 16:54:26.570 11317 11521 I
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler:
resumeBasicUserSession
01-27 16:54:26.629 11317 11367 V NativeCrypto: Registering
com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods...
01-27 16:54:26.776 11317 11521 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-27 16:54:26.784 11317 11521 D
com.disha.quickride.androidapp.myrides.cache.MyClosedRidesCache: Loading closed
rides from local database
01-27 16:54:26.820 11317 11651 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 16:54:26.904 11317 11521 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all rider rides from databse
01-27 16:54:26.910 11317 11521 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all passenger rides
01-27 16:54:26.916 11317 11521 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-27 16:54:26.921 11317 11521 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-27 16:54:26.997 11317 11521 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-27 16:54:27.000 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Session
change operation completed successfully
01-27 16:54:27.000 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask: Session
resume operation completed
01-27 16:54:27.003 11317 11521 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: Getting FCM
token to update to server for user : 80505609211004
01-27 16:54:27.020 11317 11696 D
com.disha.quickride.androidapp.startup.session.SetUserIdIdentifierToFabricAsyncTask
: UserId set to Fabric
01-27 16:54:27.034 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation completed successfully
01-27 16:54:27.041 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Starting
WatchdogService
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: Error
while starting QuickRideWatchdogService
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController:
java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.disha.quickride/.androidapp.watchdog.QuickRideWatchdogService }: app is
in background uid UidRecord{5e39e82 u0a450 TRNB idle procs:1 seq(0,0,0)}
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startServiceCommon(ContextImpl.java:1650)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startService(ContextImpl.java:1605)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.content.ContextWrapper.startService(ContextWrapper.java:669)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.startWatchd
ogServiceAndAlarmManager(SourceFile:335)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.sessionChan
geOperationCompleted(SourceFile:316)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.resumeUserS
ession(SourceFile:120)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask.performSessio
nInitializationOperation(SourceFile:21)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:57)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:15)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.os.AsyncTask$3.call(AsyncTask.java:378)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 16:54:27.079 11317 11521 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.lang.Thread.run(Thread.java:919)
01-27 16:54:27.079 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Setting
alarm to ensure watchdog service is started if Android does not restart
01-27 16:54:27.120 11317 11521 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation took 2591 ms
01-27 16:54:27.130 11317 11367 I ProviderInstaller: Installed default security
provider GmsCore_OpenSSL
01-27 16:54:27.364 11317 11651 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 16:54:27.623 11317 11317 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: FCM token
for userId : 80505609211004 is :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:54:27.633 11317 11317 D
com.disha.quickride.androidapp.startup.QuickRideApplication:
ProviderInstaller.installIfNeededAsync onProviderInstalled
01-27 16:54:27.639 11317 11719 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationAsyncTask: Updating
client device id to server :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 16:54:27.678 11317 11719 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 16:54:27.764 11317 11546 D b : getData: response code:200
01-27 16:54:27.776 11317 11546 D b : POST:
https://pn.netcoresmartech.com/pn_register ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127165424,"lat":null,"lng":
null,"adid":"","oldToken":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp
9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sessionid":"1580124264225","tx":"1580124264289","eventid":"25","token":"eguMVjeN_
q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
} --- 200 OK {"status":"success","panelStatus":"1"}
01-27 16:54:27.815 11317 11362 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=ba304025-026a-493b-b6b0-3fdd388a8158,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 16:54:28.063 11317 11726 D b : Get:
https://pa.netcoresmartech.com/getnotifications?
sdkversion=2.2.1&appid=d25af8de489a0ca420f9540aed14013a&guid=7e30f1fa-c105-4964-
bbc5-77aac2c0d007&lts=1580121607&type=android -> --- 200 OK
{"pa_enable":"1","notifications":[],"pa_freq":"15"}
01-27 16:54:28.860 11317 11353 I disha.quickrid: Waiting for a blocking GC
ProfileSaver
01-27 16:54:28.902 11317 11353 I disha.quickrid: WaitForGcToComplete blocked
ProfileSaver on AddRemoveAppImageSpace for 41.779ms
01-27 16:54:29.213 11317 11368 E GraphResponse: {HttpStatus: 400, errorCode: 43003,
subErrorCode: -1, errorType: OAuthException, errorMessage: (#43003) App button auto
detection is disabled}
01-27 16:54:30.007 11317 11686 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Resuming complete
user session
01-27 16:54:30.058 11317 11686 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580102670008
01-27 16:54:30.059 11317 11686 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 0
01-27 16:54:30.100 11317 11686 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 1 messages read
from persistence
01-27 16:54:30.101 11317 11686 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Initializing
unprocessed messages from persistence
01-27 16:54:30.105 11317 11686 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 0 unprocessed
messages read from persistence
01-27 16:54:30.107 11317 11686 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580102670105
01-27 16:54:30.108 11317 11686 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 0
01-27 16:54:30.113 11317 11686 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 1 messages read
from persistence
01-27 16:54:30.113 11317 11686 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Initializing
unprocessed messages from persistence
01-27 16:54:30.116 11317 11686 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 0 unprocessed
messages read from persistence
01-27 16:54:30.126 11317 11686 D
com.disha.quickride.androidapp.usermgmt.UserMessageListener:
subscribeToUserMsgUpdates
01-27 16:54:30.126 11317 11686 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Adding topic name
to subscriptions queue :userMsg/80505609211004
01-27 16:54:30.161 11317 11686 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Establishing event
service connection
01-27 16:54:30.161 11317 11686 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-27 16:54:30.161 11317 11686 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-27 16:54:37.954 11317 11719 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 504
01-27 16:54:37.968 11317 11719 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestResponse.handleServiceErrorResponse <html><head><title>504 Gateway Time-
out</title></head><body bgcolor="white"><center><h1>504 Gateway Time-
out</h1></center></body></html>
01-27 16:54:37.996 11317 11719 E
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestResponse.getJSONTextFromResponse failed<html><head><title>504 Gateway Time-
out</title></head><body bgcolor="white"><center><h1>504 Gateway Time-
out</h1></center></body></html> com.fasterxml.jackson.core.JsonParseException:
Unexpected character ('<' (code 60)): expected a valid value (number, String,
array, object, 'true', 'false' or 'null')
01-27 16:54:37.996 11317 11719 E
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger: at
[Source: (String)"<html><head><title>504 Gateway Time-out</title></head><body
bgcolor="white"><center><h1>504 Gateway Time-out</h1></center></body></html>";
line: 1, column: 2]
01-27 16:54:38.337 11317 11719 E
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
handleServiceErrorResponse : Failed to process response error
com.disha.quickride.rest.client.RestClientException: [errorCode: 9203 ]
[httpStatusCode: 500 ][userMsg: Service response error ][hintForCorrection: Please
try after sometime ][extraInfo: {} ]com.fasterxml.jackson.core.JsonParseException:
Unexpected character ('<' (code 60)): expected a valid value (number, String,
array, object, 'true', 'false' or 'null')
01-27 16:54:38.337 11317 11719 E
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger: at
[Source: (String)"<html><head><title>504 Gateway Time-out</title></head><body
bgcolor="white"><center><h1>504 Gateway Time-out</h1></center></body></html>";
line: 1, column: 2]
01-27 16:54:38.340 11317 11719 E
com.disha.quickride.androidapp.notification.FCMTokenRegistrationAsyncTask: Error
while updating FCM registration token to server; User may not get FCM notifications
01-27 16:54:58.137 11317 11726 I b : pushAmpDataParser: Listener status:
false
01-27 16:54:58.158 11317 11402 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=5769772b-bdd4-4425-8737-fb355db4d443,
tags={ in.netcore.smartechfcm.worker.SlavePushAmpWorker } ]
--------- beginning of main
01-27 18:35:28.833 30363 30363 E disha.quickrid: Not starting debugger since
process cannot load the jdwp agent.
01-27 18:35:29.012 30363 30363 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 18:35:29.076 30363 30363 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-27 18:35:29.076 30363 30363 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-27 18:35:29.089 30363 30363 I Perf : Connecting to perf service.
01-27 18:35:29.102 30363 30363 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is instantiated
01-27 18:35:29.104 30363 30363 I MultiDex: VM with version 2.1.0 has multidex
support
01-27 18:35:29.104 30363 30363 I MultiDex: Installing application
01-27 18:35:29.104 30363 30363 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-27 18:35:29.104 30363 30363 I MultiDex: Installing application
01-27 18:35:29.104 30363 30363 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-27 18:35:29.149 30363 30363 I FirebaseInitProvider: FirebaseApp initialization
successful
01-27 18:35:29.153 30363 30363 I CrashlyticsInitProvider: CrashlyticsInitProvider
skipping initialization
01-27 18:35:29.230 30363 30363 E Apxor : App Id is empty or null, couldn't
initialize ApxorSDK
01-27 18:35:29.242 30363 30396 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
01-27 18:35:29.246 30363 30363 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is created
01-27 18:35:29.246 30363 30396 I DpmTcmClient: RegisterTcmMonitor from: $Proxy0
01-27 18:35:29.246 30363 30363 V Font : Change font:1
01-27 18:35:29.246 30363 30363 V Font : Default
family:android.graphics.Typeface@3324ec54
01-27 18:35:29.247 30363 30363 D
com.disha.quickride.androidapp.startup.QuickRideApplication: enabled https
protocols null
01-27 18:35:29.251 30363 30393 I FA : App measurement is starting up, version:
15300
01-27 18:35:29.251 30363 30393 I FA : To enable debug logging run: adb shell
setprop log.tag.FA VERBOSE
01-27 18:35:29.251 30363 30393 I FA : To enable faster debug mode event
logging run:
01-27 18:35:29.251 30363 30393 I FA : adb shell setprop
debug.firebase.analytics.app com.disha.quickride
01-27 18:35:29.315 30363 30421 I CrashlyticsCore: Initializing Crashlytics 2.6.8.32
01-27 18:35:29.325 30363 30421 W com.facebook.appevents.AppEventsLogger:
activateApp events are being logged automatically. There's no need to call
activateApp explicitly, this is safe to remove.
01-27 18:35:29.332 30363 30421 I GAv4 : Google Analytics 12.4.51 is starting up.
To enable debug logging on a device run:
01-27 18:35:29.332 30363 30421 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG
01-27 18:35:29.332 30363 30421 I GAv4 : adb logcat -s GAv4
01-27 18:35:29.356 30363 30363 E a : Value of SMT_USE_AD_ID : null
01-27 18:35:29.356 30363 30363 D NetcoreSDK: readConfig: null
01-27 18:35:29.385 30363 30363 I CleverTap: Activity Lifecycle Callback
successfully registered
01-27 18:35:29.386 30363 30363 I CleverTap: Account Region not specified in the
AndroidManifest - using default region
01-27 18:35:29.409 30363 30363 I CleverTap: CleverTap SDK initialized with
accountId: 677-74Z-765Z accountToken: 14a-aa6 accountRegion: null
01-27 18:35:29.411 30363 30462 I CleverTap: SDK Version Code is 30501
01-27 18:35:29.412 30363 30363 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-27 18:35:29.412 30363 30363 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-27 18:35:29.413 30363 30462 I CleverTap: CTPushNotificationReceiver is present
01-27 18:35:29.414 30363 30462 I CleverTap: InstallReferrerBroadcastReceiver is
present
01-27 18:35:29.415 30363 30462 I CleverTap: CTNotificationIntentService not present
01-27 18:35:29.416 30363 30462 I CleverTap: CTBackgroundJobService is present
01-27 18:35:29.417 30363 30462 I CleverTap: CTBackgroundIntentService is present
01-27 18:35:29.420 30363 30462 I CleverTap: InAppNotificationActivity is present
01-27 18:35:29.422 30363 30462 I CleverTap: FcmMessageListenerService not present
01-27 18:35:29.424 30363 30462 I CleverTap: FcmTokenListenerService not present
01-27 18:35:29.426 30363 30363 D
com.disha.quickride.androidapp.startup.QuickRideApplication: Initializing Session
Manager
01-27 18:35:29.430 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Resuming
user session
01-27 18:35:29.430 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
createNewSessionManager
01-27 18:35:29.430 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionManager: Found Persistent
session for user 80505609211004
01-27 18:35:29.430 30363 30399 W DynamiteModule: Local module descriptor class for
providerinstaller not found.
01-27 18:35:29.433 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
onResumeUserSession
01-27 18:35:29.433 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager@1d9e4c3
01-27 18:35:29.436 30363 30468 D
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager: Resuming basic user session
01-27 18:35:29.508 30363 30468 W Java7Support: Unable to load JDK7 types
(annotations, java.nio.file.Path): no Java7 support added
01-27 18:35:29.539 30363 30462 I CleverTap:677-74Z-765Z: Notification channel
promopush has been created
01-27 18:35:29.541 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager@d063f2a
01-27 18:35:29.542 30363 30468 D
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager: Resume basic user
session
01-27 18:35:29.543 30363 30462 I CleverTap:677-74Z-765Z: Notification channel
offerspush has been created
01-27 18:35:29.546 30363 30462 I CleverTap:677-74Z-765Z: Notification channel
notifypush has been created
01-27 18:35:29.546 30363 30469 E Perf : Fail to get file list
com.disha.quickride
01-27 18:35:29.546 30363 30469 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-27 18:35:29.547 30363 30469 E Perf : Fail to get file list oat
01-27 18:35:29.547 30363 30469 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-27 18:35:29.554 30363 30421 D AppsFlyer_4.9.0: Initializing AppsFlyer SDK:
(v4.9.0.184)
01-27 18:35:29.556 30363 30421 D AppsFlyer_4.9.0: Done loading properties: true
01-27 18:35:29.824 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.event.EventModuleSessionManager@c41f3e4
01-27 18:35:29.825 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler@5e84702
01-27 18:35:29.827 30363 30468 I
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler:
resumeBasicUserSession
01-27 18:35:29.877 30363 30468 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-27 18:35:29.878 30363 30468 D
com.disha.quickride.androidapp.myrides.cache.MyClosedRidesCache: Loading closed
rides from local database
01-27 18:35:29.881 30363 30468 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all rider rides from databse
01-27 18:35:29.885 30363 30468 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all passenger rides
01-27 18:35:29.889 30363 30468 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-27 18:35:29.893 30363 30468 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-27 18:35:29.904 30363 30468 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-27 18:35:29.905 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Session
change operation completed successfully
01-27 18:35:29.905 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask: Session
resume operation completed
01-27 18:35:29.906 30363 30468 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: Getting FCM
token to update to server for user : 80505609211004
01-27 18:35:29.906 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation completed successfully
01-27 18:35:29.906 30363 30476 D
com.disha.quickride.androidapp.startup.session.SetUserIdIdentifierToFabricAsyncTask
: UserId set to Fabric
01-27 18:35:29.907 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Starting
WatchdogService
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: Error
while starting QuickRideWatchdogService
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController:
java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.disha.quickride/.androidapp.watchdog.QuickRideWatchdogService }: app is
in background uid UidRecord{b022251 u0a450 TRNB idle procs:1 seq(0,0,0)}
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startServiceCommon(ContextImpl.java:1650)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startService(ContextImpl.java:1605)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.content.ContextWrapper.startService(ContextWrapper.java:669)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.startWatchd
ogServiceAndAlarmManager(SourceFile:335)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.sessionChan
geOperationCompleted(SourceFile:316)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.resumeUserS
ession(SourceFile:120)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask.performSessio
nInitializationOperation(SourceFile:21)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:57)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:15)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.os.AsyncTask$3.call(AsyncTask.java:378)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 18:35:30.231 30363 30468 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.lang.Thread.run(Thread.java:919)
01-27 18:35:30.231 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Setting
alarm to ensure watchdog service is started if Android does not restart
01-27 18:35:30.243 30363 30363 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: FCM token
for userId : 80505609211004 is :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 18:35:30.246 30363 30480 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationAsyncTask: Updating
client device id to server :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 18:35:30.254 30363 30468 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation took 824 ms
01-27 18:35:30.260 30363 30480 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 18:35:30.265 30363 30399 I DynamiteModule: Considering local module
providerinstaller:0 and remote module providerinstaller:0
01-27 18:35:30.266 30363 30399 W ProviderInstaller: Failed to load
providerinstaller module: No acceptable module found. Local version is 0 and remote
version is 0.
01-27 18:35:30.282 30363 30399 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 18:35:30.291 30363 30399 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 18:35:30.431 30363 30489 D SlaveNetworkWorker: not matched:
01-27 18:35:30.435 30363 30399 V NativeCrypto: Registering
com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods...
01-27 18:35:30.470 30363 30399 I ProviderInstaller: Installed default security
provider GmsCore_OpenSSL
01-27 18:35:30.470 30363 30363 D
com.disha.quickride.androidapp.startup.QuickRideApplication:
ProviderInstaller.installIfNeededAsync onProviderInstalled
01-27 18:35:30.582 30363 30480 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 18:35:30.634 30363 30490 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {MsgClassName=com.disha.quickride.domain.model.RideStatus,
MsgObject={"rideId":112274985,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_612435021","msgObjType":"ridests","payloadType"
:"full"}, IS_USER_NOTIFICATION=false, MQTT_TOPIC_NAME=userMsg/80505609211004}
01-27 18:35:30.637 30363 30490 E NetcoreSDK: Error: Unterminated object at
character 441 of {MsgClassName=com.disha.quickride.domain.model.RideStatus,
MsgObject={"rideId":112274985,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_612435021","msgObjType":"ridests","payloadType"
:"full"}, IS_USER_NOTIFICATION=false, MQTT_TOPIC_NAME=userMsg/80505609211004}
01-27 18:35:30.637 30363 30490 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Not handled
by NetCore
01-27 18:35:30.637 30363 30490 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
new GCM Message : Bundle[{MsgClassName=com.disha.quickride.domain.model.RideStatus,
MsgObject={"rideId":112274985,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_612435021","msgObjType":"ridests","payloadType"
:"full"}, IS_USER_NOTIFICATION=false, MQTT_TOPIC_NAME=userMsg/80505609211004}]
01-27 18:35:30.638 30363 30490 I
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: MQTT Message
received [{"rideId":112274985,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_612435021","msgObjType":"ridests","payloadType"
:"full"}] from topic [userMsg/80505609211004]
01-27 18:35:30.673 30363 30489 I WebViewFactory: Loading com.google.android.webview
version 74.0.3729.157 (code 373015758)
01-27 18:35:31.006 30363 30457 I ApxorSDK: ApxorSDK(v258) successfully initialized
for: d25af8de489a0ca420f9540aed14013a
01-27 18:35:31.056 30363 30489 I cr_LibraryLoader: Time to load native libraries: 2
ms (timestamps 6401-6403)
01-27 18:35:31.103 30363 30363 I chromium: [INFO:library_loader_hooks.cc(50)]
Chromium logging enabled: level = 0, default verbosity = 0
01-27 18:35:31.111 30363 30363 I cr_LibraryLoader: Expected native library version
number "74.0.3729.157", actual native library version number "74.0.3729.157"
01-27 18:35:31.162 30363 30531 W cr_ChildProcLH: Create a new
ChildConnectionAllocator with package name = com.google.android.webview, sandboxed
= true
01-27 18:35:31.181 30363 30363 I cr_BrowserStartup: Initializing chromium process,
singleProcess=false
01-27 18:35:31.879 30363 30489 D b : getData: response code:200
01-27 18:35:31.881 30363 30489 D b : POST:
https://pn.netcoresmartech.com/pn_register ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127183529,"lat":null,"lng":
null,"adid":"","oldToken":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp
9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sessionid":"1580130329321","tx":"1580130329344","eventid":"25","token":"eguMVjeN_
q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
} --- 200 OK {"status":"success","panelStatus":"1"}
01-27 18:35:31.887 30363 30394 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=a16e4b62-363f-424e-92d1-5a0b81f13a44,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 18:35:32.193 30363 30400 E GraphResponse: {HttpStatus: 400, errorCode: 43003,
subErrorCode: -1, errorType: OAuthException, errorMessage: (#43003) App button auto
detection is disabled}
01-27 18:35:32.904 30363 30475 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Resuming complete
user session
01-27 18:35:32.907 30363 30475 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580108732904
01-27 18:35:32.908 30363 30475 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 0
01-27 18:35:32.916 30363 30475 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 2 messages read
from persistence
01-27 18:35:32.916 30363 30475 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Initializing
unprocessed messages from persistence
01-27 18:35:32.919 30363 30475 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 1 unprocessed
messages read from persistence
01-27 18:35:32.921 30363 30475 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580108732919
01-27 18:35:32.922 30363 30475 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 0
01-27 18:35:32.934 30363 30475 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 2 messages read
from persistence
01-27 18:35:32.934 30363 30475 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Initializing
unprocessed messages from persistence
01-27 18:35:32.937 30363 30475 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 1 unprocessed
messages read from persistence
01-27 18:35:32.938 30363 30475 D
com.disha.quickride.androidapp.usermgmt.UserMessageListener:
subscribeToUserMsgUpdates
01-27 18:35:32.938 30363 30475 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Adding topic name
to subscriptions queue :userMsg/80505609211004
01-27 18:35:32.938 30363 30475 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"rideId":112274985,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_612435021","msgObjType":"ridests","payloadType"
:"full"}
01-27 18:35:32.961 30363 30475 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: Updating status of
ride [rideId: ]112274985 ][userId: ]80505609211004 ][userName: ]Yash Ahuja ]
[status: ]Cancelled ][userRole: ]Passenger ][joinedRideId: ]0 ]
[joinedRideStatus: ]null ][joinedRideType: ]Rider ]
01-27 18:35:32.963 30363 30475 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@40f8f2e
01-27 18:35:32.976 30363 30683 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 18:35:32.987 30363 30475 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"rideId":112274985,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_612435021","msgObjType":"ridests","payloadType"
:"full"}
01-27 18:35:33.008 30363 30475 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: Updating status of
ride [rideId: ]112274985 ][userId: ]80505609211004 ][userName: ]Yash Ahuja ]
[status: ]Cancelled ][userRole: ]Passenger ][joinedRideId: ]0 ]
[joinedRideStatus: ]null ][joinedRideType: ]Rider ]
01-27 18:35:33.009 30363 30475 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@4720248
01-27 18:35:33.031 30363 30685 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 18:35:33.038 30363 30475 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Establishing event
service connection
01-27 18:35:33.038 30363 30475 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-27 18:35:33.038 30363 30475 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-27 18:35:33.265 30363 30647 D b : Get:
https://pa.netcoresmartech.com/getnotifications?
sdkversion=2.2.1&appid=d25af8de489a0ca420f9540aed14013a&guid=7e30f1fa-c105-4964-
bbc5-77aac2c0d007&lts=1580124298&type=android -> --- 200 OK
{"pa_enable":"1","notifications":[],"pa_freq":"15"}
01-27 18:35:33.280 30363 30683 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 18:35:33.297 30363 30685 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 18:35:34.145 30363 30385 I disha.quickrid: Waiting for a blocking GC
ProfileSaver
01-27 18:35:34.185 30363 30385 I disha.quickrid: WaitForGcToComplete blocked
ProfileSaver on ClassLinker for 39.939ms
01-27 18:35:37.512 30363 30394 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=0aa8d251-804c-4956-8dc6-a185d6524ad1,
tags={ in.netcore.smartechfcm.workmanager.SlaveDBSyncWorker } ]
01-27 18:36:03.296 30363 30647 I b : pushAmpDataParser: Listener status:
false
01-27 18:36:03.303 30363 30455 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=08a30a75-a31d-4fcd-8f49-4b3c6d4a007c,
tags={ in.netcore.smartechfcm.worker.SlavePushAmpWorker } ]
01-27 18:36:22.386 30363 30475 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Starting Mqtt
client level operations
01-27 18:36:22.398 30363 30475 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-27 18:36:22.398 30363 30475 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-27 18:36:22.408 30363 31138 D
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Started
unsubscribing
01-27 18:36:22.409 30363 31136 D
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Started publishing
Mqtt messages
01-27 18:36:22.409 30363 31137 D
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Started
subscribing
01-27 18:36:22.409 30363 31137 D
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Subscribing to
userMsg/80505609211004
01-27 18:36:22.410 30363 31137 D
com.disha.quickride.androidapp.event.EventServiceConnection: Entering subscribe to
userMsg/80505609211004
--------- beginning of main
01-27 22:08:39.940 6020 6020 E disha.quickrid: Not starting debugger since
process cannot load the jdwp agent.
01-27 22:08:39.981 6020 6020 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 22:08:40.047 6020 6020 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-27 22:08:40.047 6020 6020 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-27 22:08:40.064 6020 6020 I Perf : Connecting to perf service.
01-27 22:08:40.078 6020 6020 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is instantiated
01-27 22:08:40.081 6020 6020 I MultiDex: VM with version 2.1.0 has multidex
support
01-27 22:08:40.081 6020 6020 I MultiDex: Installing application
01-27 22:08:40.081 6020 6020 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-27 22:08:40.081 6020 6020 I MultiDex: Installing application
01-27 22:08:40.081 6020 6020 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-27 22:08:40.132 6020 6020 I FirebaseInitProvider: FirebaseApp initialization
successful
01-27 22:08:40.136 6020 6020 I CrashlyticsInitProvider: CrashlyticsInitProvider
skipping initialization
01-27 22:08:40.187 6020 6020 E Apxor : App Id is empty or null, couldn't
initialize ApxorSDK
01-27 22:08:40.188 6020 6055 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
01-27 22:08:40.199 6020 6055 I DpmTcmClient: RegisterTcmMonitor from: $Proxy0
01-27 22:08:40.208 6020 6020 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is created
01-27 22:08:40.208 6020 6020 V Font : Change font:1
01-27 22:08:40.208 6020 6020 V Font : Default
family:android.graphics.Typeface@3324ec54
01-27 22:08:40.209 6020 6020 D
com.disha.quickride.androidapp.startup.QuickRideApplication: enabled https
protocols null
01-27 22:08:40.210 6020 6052 I FA : App measurement is starting up, version:
15300
01-27 22:08:40.210 6020 6052 I FA : To enable debug logging run: adb shell
setprop log.tag.FA VERBOSE
01-27 22:08:40.216 6020 6052 I FA : To enable faster debug mode event
logging run:
01-27 22:08:40.216 6020 6052 I FA : adb shell setprop
debug.firebase.analytics.app com.disha.quickride
01-27 22:08:40.268 6020 6075 I CrashlyticsCore: Initializing Crashlytics 2.6.8.32
01-27 22:08:40.313 6020 6075 W com.facebook.appevents.AppEventsLogger:
activateApp events are being logged automatically. There's no need to call
activateApp explicitly, this is safe to remove.
01-27 22:08:40.332 6020 6075 I GAv4 : Google Analytics 12.4.51 is starting up.
To enable debug logging on a device run:
01-27 22:08:40.332 6020 6075 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG
01-27 22:08:40.332 6020 6075 I GAv4 : adb logcat -s GAv4
01-27 22:08:40.335 6020 6020 E a : Value of SMT_USE_AD_ID : null
01-27 22:08:40.336 6020 6020 D NetcoreSDK: readConfig: null
01-27 22:08:40.381 6020 6020 I CleverTap: Activity Lifecycle Callback
successfully registered
01-27 22:08:40.382 6020 6020 I CleverTap: Account Region not specified in the
AndroidManifest - using default region
01-27 22:08:40.392 6020 6075 D AppsFlyer_4.9.0: Initializing AppsFlyer SDK:
(v4.9.0.184)
01-27 22:08:40.394 6020 6075 D AppsFlyer_4.9.0: Done loading properties: true
01-27 22:08:40.411 6020 6020 I CleverTap: CleverTap SDK initialized with
accountId: 677-74Z-765Z accountToken: 14a-aa6 accountRegion: null
01-27 22:08:40.412 6020 6020 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-27 22:08:40.413 6020 6020 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-27 22:08:40.425 6020 6020 D
com.disha.quickride.androidapp.startup.QuickRideApplication: Initializing Session
Manager
01-27 22:08:40.430 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Resuming
user session
01-27 22:08:40.430 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
createNewSessionManager
01-27 22:08:40.437 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionManager: Found Persistent
session for user 80505609211004
01-27 22:08:40.444 6020 6058 W DynamiteModule: Local module descriptor class for
providerinstaller not found.
01-27 22:08:40.450 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
onResumeUserSession
01-27 22:08:40.451 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager@4e100a3
01-27 22:08:40.454 6020 6134 D
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager: Resuming basic user session
01-27 22:08:40.465 6020 6126 I CleverTap: SDK Version Code is 30501
01-27 22:08:40.467 6020 6126 I CleverTap: CTPushNotificationReceiver is present
01-27 22:08:40.468 6020 6126 I CleverTap: InstallReferrerBroadcastReceiver is
present
01-27 22:08:40.470 6020 6126 I CleverTap: CTNotificationIntentService not present
01-27 22:08:40.472 6020 6126 I CleverTap: CTBackgroundJobService is present
01-27 22:08:40.473 6020 6126 I CleverTap: CTBackgroundIntentService is present
01-27 22:08:40.479 6020 6126 I CleverTap: InAppNotificationActivity is present
01-27 22:08:40.481 6020 6126 I CleverTap: FcmMessageListenerService not present
01-27 22:08:40.483 6020 6126 I CleverTap: FcmTokenListenerService not present
01-27 22:08:40.487 6020 6134 W Java7Support: Unable to load JDK7 types
(annotations, java.nio.file.Path): no Java7 support added
01-27 22:08:40.489 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager@8cc9a8a
01-27 22:08:40.489 6020 6134 D
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager: Resume basic user
session
01-27 22:08:40.512 6020 6135 E Perf : Fail to get file list
com.disha.quickride
01-27 22:08:40.512 6020 6135 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-27 22:08:40.513 6020 6135 E Perf : Fail to get file list oat
01-27 22:08:40.513 6020 6135 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-27 22:08:40.539 6020 6126 I CleverTap:677-74Z-765Z: Notification channel
promopush has been created
01-27 22:08:40.541 6020 6126 I CleverTap:677-74Z-765Z: Notification channel
offerspush has been created
01-27 22:08:40.542 6020 6126 I CleverTap:677-74Z-765Z: Notification channel
notifypush has been created
01-27 22:08:40.575 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.event.EventModuleSessionManager@ef54b7f
01-27 22:08:40.576 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler@a407395
01-27 22:08:40.577 6020 6134 I
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler:
resumeBasicUserSession
01-27 22:08:40.607 6020 6134 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-27 22:08:40.607 6020 6134 D
com.disha.quickride.androidapp.myrides.cache.MyClosedRidesCache: Loading closed
rides from local database
01-27 22:08:40.609 6020 6134 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all rider rides from databse
01-27 22:08:40.612 6020 6134 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all passenger rides
01-27 22:08:40.613 6020 6134 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-27 22:08:40.615 6020 6134 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-27 22:08:40.620 6020 6134 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-27 22:08:40.620 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Session
change operation completed successfully
01-27 22:08:40.620 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask: Session
resume operation completed
01-27 22:08:40.621 6020 6134 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: Getting FCM
token to update to server for user : 80505609211004
01-27 22:08:40.621 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation completed successfully
01-27 22:08:40.621 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Starting
WatchdogService
01-27 22:08:40.622 6020 6144 D
com.disha.quickride.androidapp.startup.session.SetUserIdIdentifierToFabricAsyncTask
: UserId set to Fabric
01-27 22:08:40.781 6020 6020 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: FCM token
for userId : 80505609211004 is :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 22:08:40.785 6020 6146 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationAsyncTask: Updating
client device id to server :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-27 22:08:40.793 6020 6146 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 22:08:40.824 6020 6020 D
com.disha.quickride.androidapp.watchdog.QuickRideWatchdogService:
QuickRideWatchdogService.onCreate called
01-27 22:08:40.951 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Setting
alarm to ensure watchdog service is started if Android does not restart
01-27 22:08:40.951 6020 6020 I
com.disha.quickride.androidapp.watchdog.QuickRideWatchdogService: Entering
QuickRideWatchdogService.onStartCommand
01-27 22:08:41.151 6020 6146 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 22:08:41.412 6020 6052 I FA : Tag Manager is not found and thus will
not be used
01-27 22:08:41.444 6020 6134 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation took 1014 ms
01-27 22:08:41.450 6020 6058 I DynamiteModule: Considering local module
providerinstaller:0 and remote module providerinstaller:0
01-27 22:08:41.450 6020 6058 W ProviderInstaller: Failed to load
providerinstaller module: No acceptable module found. Local version is 0 and remote
version is 0.
01-27 22:08:41.457 6020 6058 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 22:08:41.471 6020 6058 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-27 22:08:41.572 6020 6058 V NativeCrypto: Registering
com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods...
01-27 22:08:41.598 6020 6058 I ProviderInstaller: Installed default security
provider GmsCore_OpenSSL
01-27 22:08:41.621 6020 6020 D
com.disha.quickride.androidapp.startup.QuickRideApplication:
ProviderInstaller.installIfNeededAsync onProviderInstalled
01-27 22:08:41.657 6020 6175 D SlaveNetworkWorker: not matched:
01-27 22:08:41.691 6020 6175 I WebViewFactory: Loading com.google.android.webview
version 74.0.3729.157 (code 373015758)
01-27 22:08:41.917 6020 6175 I cr_LibraryLoader: Time to load native libraries: 5
ms (timestamps 3492-3497)
01-27 22:08:41.925 6020 6117 I ApxorSDK: ApxorSDK(v258) successfully initialized
for: d25af8de489a0ca420f9540aed14013a
01-27 22:08:41.984 6020 6020 I chromium: [INFO:library_loader_hooks.cc(50)]
Chromium logging enabled: level = 0, default verbosity = 0
01-27 22:08:41.986 6020 6020 I cr_LibraryLoader: Expected native library version
number "74.0.3729.157", actual native library version number "74.0.3729.157"
01-27 22:08:42.052 6020 6229 W cr_ChildProcLH: Create a new
ChildConnectionAllocator with package name = com.google.android.webview, sandboxed
= true
01-27 22:08:42.068 6020 6020 I cr_BrowserStartup: Initializing chromium process,
singleProcess=false
01-27 22:08:42.137 6020 6176 D b : Get:
https://pa.netcoresmartech.com/getnotifications?
sdkversion=2.2.1&appid=d25af8de489a0ca420f9540aed14013a&guid=7e30f1fa-c105-4964-
bbc5-77aac2c0d007&lts=1580130363&type=android -> --- 200 OK
{"pa_enable":"1","notifications":[],"pa_freq":"15"}
01-27 22:08:42.837 6020 6175 D b : getData: response code:200
01-27 22:08:42.838 6020 6175 D b : POST:
https://pn.netcoresmartech.com/pn_register ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200127220840,"lat":null,"lng":
null,"adid":"","oldToken":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp
9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sessionid":"1580143120268","tx":"1580143120326","eventid":"25","token":"eguMVjeN_
q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
} --- 200 OK {"status":"success","panelStatus":"1"}
01-27 22:08:42.842 6020 6115 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=6c1f1b69-c766-461c-ab95-77350a4cd7ba,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-27 22:08:43.624 6020 6143 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Resuming complete
user session
01-27 22:08:43.628 6020 6143 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580121523624
01-27 22:08:43.628 6020 6143 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 0
01-27 22:08:43.635 6020 6143 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 2 messages read
from persistence
01-27 22:08:43.635 6020 6143 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Initializing
unprocessed messages from persistence
01-27 22:08:43.638 6020 6143 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 0 unprocessed
messages read from persistence
01-27 22:08:43.640 6020 6143 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580121523638
01-27 22:08:43.641 6020 6143 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 0
01-27 22:08:43.648 6020 6143 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 2 messages read
from persistence
01-27 22:08:43.648 6020 6143 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Initializing
unprocessed messages from persistence
01-27 22:08:43.652 6020 6143 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 0 unprocessed
messages read from persistence
01-27 22:08:43.654 6020 6143 D
com.disha.quickride.androidapp.usermgmt.UserMessageListener:
subscribeToUserMsgUpdates
01-27 22:08:43.654 6020 6143 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Adding topic name
to subscriptions queue :userMsg/80505609211004
01-27 22:08:43.664 6020 6143 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Establishing event
service connection
01-27 22:08:43.667 6020 6143 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-27 22:08:43.667 6020 6143 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-27 22:08:44.190 6020 6060 E GraphResponse: {HttpStatus: 400, errorCode: 43003,
subErrorCode: -1, errorType: OAuthException, errorMessage: (#43003) App button auto
detection is disabled}
01-27 22:08:45.100 6020 6040 I disha.quickrid: Waiting for a blocking GC
ProfileSaver
01-27 22:08:45.113 6020 6040 I disha.quickrid: WaitForGcToComplete blocked
ProfileSaver on ClassLinker for 12.129ms
01-27 22:08:59.969 6020 6053 I WM-WorkerWrapper: Work [ id=fc3223b4-add1-4640-
987f-997fff2ef6fb, tags={ in.netcore.smartechfcm.worker.SlavePushAmpWorker } ] was
cancelled
01-27 22:08:59.969 6020 6053 I WM-WorkerWrapper:
java.util.concurrent.CancellationException: Task was cancelled.
01-27 22:08:59.969 6020 6053 I WM-WorkerWrapper: at vo.a(SourceFile:1184)
01-27 22:08:59.969 6020 6053 I WM-WorkerWrapper: at vo.c(SourceFile:514)
01-27 22:08:59.969 6020 6053 I WM-WorkerWrapper: at vo.get(SourceFile:475)
01-27 22:08:59.969 6020 6053 I WM-WorkerWrapper: at tb$2.run(SourceFile:298)
01-27 22:08:59.969 6020 6053 I WM-WorkerWrapper: at vh$a.run(SourceFile:91)
01-27 22:08:59.969 6020 6053 I WM-WorkerWrapper: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-27 22:08:59.969 6020 6053 I WM-WorkerWrapper: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-27 22:08:59.969 6020 6053 I WM-WorkerWrapper: at
java.lang.Thread.run(Thread.java:919)
01-27 22:09:12.170 6020 6176 I b : pushAmpDataParser: Listener status:
false
01-27 22:09:59.951 6020 6020 I
com.disha.quickride.androidapp.watchdog.QuickRideWatchdogService:
QuickRideWatchdogService.onDestroy called
01-27 22:10:34.591 6020 7067 D
com.disha.quickride.androidapp.notification.NotificationUpdateWorker:
NotificationUpdateWorker.doWork() started
01-27 22:10:34.607 6020 7067 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 22:10:34.900 6020 7067 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 22:10:34.925 6020 7067 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-27 22:10:35.185 6020 7067 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 22:10:35.248 6020 7067 D
com.disha.quickride.androidapp.notification.NotificationHandler: Handling of new
user notifications
01-27 22:10:35.273 6020 7125 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-27 22:10:35.290 6020 7067 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting
passengerRide:112274982
01-27 22:10:35.294 6020 6163 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=3cab94ef-c587-45d8-aeaa-a8e919e600e7,
tags={ com.disha.quickride.androidapp.notification.NotificationUpdateWorker } ]
01-27 22:10:35.528 6020 7125 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-27 22:10:35.629 6020 6175 D b : Get:
https://pa.netcoresmartech.com/getnotifications?
sdkversion=2.2.1&appid=d25af8de489a0ca420f9540aed14013a&guid=7e30f1fa-c105-4964-
bbc5-77aac2c0d007&lts=1580143152&type=android -> --- 200 OK
{"pa_enable":"1","notifications":[],"pa_freq":"15"}
01-27 22:10:35.960 6020 7131 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {MsgClassName=com.disha.quickride.domain.model.RideInviteStatus,
MsgObject={"invitationId":111315540,"invitationStatus":"Received","riderRideId":626
60250,"passengerRideId":112274982,"riderUserId":80505600386240,"passengerUserId":80
505609211004,"rideType":"Rider","uniqueID":"invsts_613226036","msgObjType":"invsts"
,"payloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}
01-27 22:10:35.965 6020 7131 E NetcoreSDK: Error: Unterminated object at
character 390 of {MsgClassName=com.disha.quickride.domain.model.RideInviteStatus,
MsgObject={"invitationId":111315540,"invitationStatus":"Received","riderRideId":626
60250,"passengerRideId":112274982,"riderUserId":80505600386240,"passengerUserId":80
505609211004,"rideType":"Rider","uniqueID":"invsts_613226036","msgObjType":"invsts"
,"payloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}
01-27 22:10:35.965 6020 7131 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Not handled
by NetCore
01-27 22:10:35.965 6020 7131 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
new GCM Message :
Bundle[{MsgClassName=com.disha.quickride.domain.model.RideInviteStatus,
MsgObject={"invitationId":111315540,"invitationStatus":"Received","riderRideId":626
60250,"passengerRideId":112274982,"riderUserId":80505600386240,"passengerUserId":80
505609211004,"rideType":"Rider","uniqueID":"invsts_613226036","msgObjType":"invsts"
,"payloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}]
01-27 22:10:35.966 6020 7131 I
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: MQTT Message
received
[{"invitationId":111315540,"invitationStatus":"Received","riderRideId":62660250,"pa
ssengerRideId":112274982,"riderUserId":80505600386240,"passengerUserId":80505609211
004,"rideType":"Rider","uniqueID":"invsts_613226036","msgObjType":"invsts","payload
Type":"full"}] from topic [userMsg/80505609211004]
01-27 22:10:39.631 6020 6163 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=0aa8d251-804c-4956-8dc6-a185d6524ad1,
tags={ in.netcore.smartechfcm.workmanager.SlaveDBSyncWorker } ]
01-27 22:11:05.670 6020 6175 I b : pushAmpDataParser: Listener status:
false
01-27 22:11:05.675 6020 6053 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=fc3223b4-add1-4640-987f-997fff2ef6fb,
tags={ in.netcore.smartechfcm.worker.SlavePushAmpWorker } ]
--------- beginning of main
01-28 07:18:22.135 13263 13263 E disha.quickrid: Not starting debugger since
process cannot load the jdwp agent.
01-28 07:18:22.211 13263 13263 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 07:18:22.309 13263 13263 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-28 07:18:22.309 13263 13263 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-28 07:18:22.324 13263 13263 I Perf : Connecting to perf service.
01-28 07:18:22.343 13263 13263 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is instantiated
01-28 07:18:22.345 13263 13263 I MultiDex: VM with version 2.1.0 has multidex
support
01-28 07:18:22.345 13263 13263 I MultiDex: Installing application
01-28 07:18:22.345 13263 13263 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-28 07:18:22.345 13263 13263 I MultiDex: Installing application
01-28 07:18:22.345 13263 13263 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-28 07:18:22.412 13263 13263 I FirebaseInitProvider: FirebaseApp initialization
successful
01-28 07:18:22.435 13263 13263 I CrashlyticsInitProvider: CrashlyticsInitProvider
skipping initialization
01-28 07:18:22.543 13263 13326 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
01-28 07:18:22.543 13263 13326 I DpmTcmClient: RegisterTcmMonitor from: $Proxy0
01-28 07:18:22.556 13263 13263 E Apxor : App Id is empty or null, couldn't
initialize ApxorSDK
01-28 07:18:22.558 13263 13305 I FA : App measurement is starting up, version:
15300
01-28 07:18:22.558 13263 13305 I FA : To enable debug logging run: adb shell
setprop log.tag.FA VERBOSE
01-28 07:18:22.558 13263 13305 I FA : To enable faster debug mode event
logging run:
01-28 07:18:22.558 13263 13305 I FA : adb shell setprop
debug.firebase.analytics.app com.disha.quickride
01-28 07:18:22.588 13263 13263 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is created
01-28 07:18:22.588 13263 13263 V Font : Change font:1
01-28 07:18:22.589 13263 13263 V Font : Default
family:android.graphics.Typeface@3324ec54
01-28 07:18:22.590 13263 13263 D
com.disha.quickride.androidapp.startup.QuickRideApplication: enabled https
protocols null
01-28 07:18:22.895 13263 13263 E a : Value of SMT_USE_AD_ID : null
01-28 07:18:22.896 13263 13263 D NetcoreSDK: readConfig: null
01-28 07:18:22.978 13263 13263 I CleverTap: Activity Lifecycle Callback
successfully registered
01-28 07:18:22.979 13263 13263 I CleverTap: Account Region not specified in the
AndroidManifest - using default region
01-28 07:18:23.029 13263 13339 I CrashlyticsCore: Initializing Crashlytics 2.6.8.32
01-28 07:18:23.031 13263 13263 I CleverTap: CleverTap SDK initialized with
accountId: 677-74Z-765Z accountToken: 14a-aa6 accountRegion: null
01-28 07:18:23.033 13263 13263 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-28 07:18:23.034 13263 13263 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-28 07:18:23.045 13263 13413 I CleverTap: SDK Version Code is 30501
01-28 07:18:23.046 13263 13413 I CleverTap: CTPushNotificationReceiver is present
01-28 07:18:23.048 13263 13413 I CleverTap: InstallReferrerBroadcastReceiver is
present
01-28 07:18:23.049 13263 13413 I CleverTap: CTNotificationIntentService not present
01-28 07:18:23.052 13263 13413 I CleverTap: CTBackgroundJobService is present
01-28 07:18:23.053 13263 13413 I CleverTap: CTBackgroundIntentService is present
01-28 07:18:23.057 13263 13413 I CleverTap: InAppNotificationActivity is present
01-28 07:18:23.058 13263 13413 I CleverTap: FcmMessageListenerService not present
01-28 07:18:23.059 13263 13413 I CleverTap: FcmTokenListenerService not present
01-28 07:18:23.077 13263 13263 D
com.disha.quickride.androidapp.startup.QuickRideApplication: Initializing Session
Manager
01-28 07:18:23.089 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Resuming
user session
01-28 07:18:23.089 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
createNewSessionManager
01-28 07:18:23.092 13263 13330 W DynamiteModule: Local module descriptor class for
providerinstaller not found.
01-28 07:18:23.115 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionManager: Found Persistent
session for user 80505609211004
01-28 07:18:23.124 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
onResumeUserSession
01-28 07:18:23.124 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager@e60eaef
01-28 07:18:23.125 13263 13339 W com.facebook.appevents.AppEventsLogger:
activateApp events are being logged automatically. There's no need to call
activateApp explicitly, this is safe to remove.
01-28 07:18:23.127 13263 13423 D
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager: Resuming basic user session
01-28 07:18:23.130 13263 13339 I GAv4 : Google Analytics 12.4.51 is starting up.
To enable debug logging on a device run:
01-28 07:18:23.130 13263 13339 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG
01-28 07:18:23.130 13263 13339 I GAv4 : adb logcat -s GAv4
01-28 07:18:23.154 13263 13423 W Java7Support: Unable to load JDK7 types
(annotations, java.nio.file.Path): no Java7 support added
01-28 07:18:23.162 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager@33bd41d
01-28 07:18:23.162 13263 13423 D
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager: Resume basic user
session
01-28 07:18:23.200 13263 13413 I CleverTap:677-74Z-765Z: Notification channel
promopush has been created
01-28 07:18:23.201 13263 13424 E Perf : Fail to get file list
com.disha.quickride
01-28 07:18:23.201 13263 13424 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-28 07:18:23.202 13263 13424 E Perf : Fail to get file list oat
01-28 07:18:23.202 13263 13424 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-28 07:18:23.202 13263 13413 I CleverTap:677-74Z-765Z: Notification channel
offerspush has been created
01-28 07:18:23.205 13263 13413 I CleverTap:677-74Z-765Z: Notification channel
notifypush has been created
01-28 07:18:23.294 13263 13339 D AppsFlyer_4.9.0: Initializing AppsFlyer SDK:
(v4.9.0.184)
01-28 07:18:23.302 13263 13339 D AppsFlyer_4.9.0: Done loading properties: true
01-28 07:18:23.318 13263 13330 I DynamiteModule: Considering local module
providerinstaller:0 and remote module providerinstaller:0
01-28 07:18:23.318 13263 13330 W ProviderInstaller: Failed to load
providerinstaller module: No acceptable module found. Local version is 0 and remote
version is 0.
01-28 07:18:23.320 13263 13436 D SlaveNetworkWorker: not matched:
01-28 07:18:23.356 13263 13330 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 07:18:23.407 13263 13330 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 07:18:23.481 13263 13403 I ApxorSDK: ApxorSDK(v258) successfully initialized
for: d25af8de489a0ca420f9540aed14013a
01-28 07:18:23.545 13263 13437 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {wzrk_rnv=false, wzrk_push_amp=false, wzrk_pn=true}
01-28 07:18:23.551 13263 13437 E b : Error: No value for data
01-28 07:18:23.565 13263 13436 I WebViewFactory: Loading com.google.android.webview
version 74.0.3729.157 (code 373015758)
01-28 07:18:23.602 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.event.EventModuleSessionManager@59e0d17
01-28 07:18:23.641 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler@eec63b3
01-28 07:18:23.641 13263 13423 I
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler:
resumeBasicUserSession
01-28 07:18:23.829 13263 13423 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-28 07:18:23.841 13263 13423 D
com.disha.quickride.androidapp.myrides.cache.MyClosedRidesCache: Loading closed
rides from local database
01-28 07:18:23.850 13263 13423 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all rider rides from databse
01-28 07:18:23.860 13263 13423 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all passenger rides
01-28 07:18:23.865 13263 13330 V NativeCrypto: Registering
com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods...
01-28 07:18:23.880 13263 13423 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-28 07:18:23.885 13263 13423 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-28 07:18:23.911 13263 13436 I cr_LibraryLoader: Time to load native libraries:
62 ms (timestamps 1332-1394)
01-28 07:18:23.921 13263 13423 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-28 07:18:23.921 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Session
change operation completed successfully
01-28 07:18:23.921 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask: Session
resume operation completed
01-28 07:18:23.921 13263 13423 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: Getting FCM
token to update to server for user : 80505609211004
01-28 07:18:23.922 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation completed successfully
01-28 07:18:23.922 13263 13263 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: FCM token
for userId : 80505609211004 is :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-28 07:18:23.922 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Starting
WatchdogService
01-28 07:18:23.927 13263 13483 D
com.disha.quickride.androidapp.startup.session.SetUserIdIdentifierToFabricAsyncTask
: UserId set to Fabric
01-28 07:18:23.930 13263 13484 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationAsyncTask: Updating
client device id to server :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-28 07:18:23.939 13263 13484 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 07:18:23.982 13263 13330 I ProviderInstaller: Installed default security
provider GmsCore_OpenSSL
01-28 07:18:23.988 13263 13263 I chromium: [INFO:library_loader_hooks.cc(50)]
Chromium logging enabled: level = 0, default verbosity = 0
01-28 07:18:23.989 13263 13263 I cr_LibraryLoader: Expected native library version
number "74.0.3729.157", actual native library version number "74.0.3729.157"
01-28 07:18:24.048 13263 13498 W cr_ChildProcLH: Create a new
ChildConnectionAllocator with package name = com.google.android.webview, sandboxed
= true
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: Error
while starting QuickRideWatchdogService
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController:
java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.disha.quickride/.androidapp.watchdog.QuickRideWatchdogService }: app is
in background uid UidRecord{2269110 u0a450 CEM idle change:cached procs:1
seq(0,0,0)}
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startServiceCommon(ContextImpl.java:1650)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startService(ContextImpl.java:1605)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.content.ContextWrapper.startService(ContextWrapper.java:669)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.startWatchd
ogServiceAndAlarmManager(SourceFile:335)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.sessionChan
geOperationCompleted(SourceFile:316)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.resumeUserS
ession(SourceFile:120)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask.performSessio
nInitializationOperation(SourceFile:21)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:57)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:15)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.os.AsyncTask$3.call(AsyncTask.java:378)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-28 07:18:24.052 13263 13423 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.lang.Thread.run(Thread.java:919)
01-28 07:18:24.052 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Setting
alarm to ensure watchdog service is started if Android does not restart
01-28 07:18:24.130 13263 13263 I cr_BrowserStartup: Initializing chromium process,
singleProcess=false
01-28 07:18:24.131 13263 13423 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation took 1042 ms
01-28 07:18:24.485 13263 13484 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 07:18:24.930 13263 13263 D
com.disha.quickride.androidapp.startup.QuickRideApplication:
ProviderInstaller.installIfNeededAsync onProviderInstalled
01-28 07:18:25.079 13263 13436 D b : getData: response code:200
01-28 07:18:25.080 13263 13436 D b : POST:
https://pn.netcoresmartech.com/pn_register ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200128071822,"lat":null,"lng":
null,"adid":"","oldToken":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp
9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sessionid":"1580176102739","tx":"1580176102814","eventid":"25","token":"eguMVjeN_
q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
} --- 200 OK {"status":"success","panelStatus":"1"}
01-28 07:18:25.085 13263 13399 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=f5bdd465-ab8c-4103-9c54-6741704af20a,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-28 07:18:26.061 13263 13334 W AnalyticsUserIDStore: initStore should have been
called before calling setUserID
01-28 07:18:26.326 13263 13329 E GraphResponse: {HttpStatus: 400, errorCode: 43003,
subErrorCode: -1, errorType: OAuthException, errorMessage: (#43003) App button auto
detection is disabled}
--------- beginning of main
01-28 08:33:56.942 21888 21888 E disha.quickrid: Not starting debugger since
process cannot load the jdwp agent.
01-28 08:33:56.984 21888 21888 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 08:33:57.054 21888 21888 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-28 08:33:57.054 21888 21888 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-28 08:33:57.068 21888 21888 I Perf : Connecting to perf service.
01-28 08:33:57.079 21888 21888 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is instantiated
01-28 08:33:57.081 21888 21888 I MultiDex: VM with version 2.1.0 has multidex
support
01-28 08:33:57.081 21888 21888 I MultiDex: Installing application
01-28 08:33:57.081 21888 21888 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-28 08:33:57.081 21888 21888 I MultiDex: Installing application
01-28 08:33:57.081 21888 21888 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-28 08:33:57.128 21888 21888 I FirebaseInitProvider: FirebaseApp initialization
successful
01-28 08:33:57.131 21888 21888 I CrashlyticsInitProvider: CrashlyticsInitProvider
skipping initialization
01-28 08:33:57.177 21888 21919 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
01-28 08:33:57.192 21888 21919 I DpmTcmClient: RegisterTcmMonitor from: $Proxy0
01-28 08:33:57.219 21888 21888 E Apxor : App Id is empty or null, couldn't
initialize ApxorSDK
01-28 08:33:57.234 21888 21916 I FA : App measurement is starting up, version:
15300
01-28 08:33:57.234 21888 21916 I FA : To enable debug logging run: adb shell
setprop log.tag.FA VERBOSE
01-28 08:33:57.234 21888 21916 I FA : To enable faster debug mode event
logging run:
01-28 08:33:57.234 21888 21916 I FA : adb shell setprop
debug.firebase.analytics.app com.disha.quickride
01-28 08:33:57.241 21888 21888 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is created
01-28 08:33:57.242 21888 21888 V Font : Change font:1
01-28 08:33:57.242 21888 21888 V Font : Default
family:android.graphics.Typeface@3324ec54
01-28 08:33:57.247 21888 21888 D
com.disha.quickride.androidapp.startup.QuickRideApplication: enabled https
protocols null
01-28 08:33:57.403 21888 21951 I CrashlyticsCore: Initializing Crashlytics 2.6.8.32
01-28 08:33:57.412 21888 21888 E a : Value of SMT_USE_AD_ID : null
01-28 08:33:57.413 21888 21888 D NetcoreSDK: readConfig: null
01-28 08:33:57.440 21888 21951 W com.facebook.appevents.AppEventsLogger:
activateApp events are being logged automatically. There's no need to call
activateApp explicitly, this is safe to remove.
01-28 08:33:57.442 21888 21951 I GAv4 : Google Analytics 12.4.51 is starting up.
To enable debug logging on a device run:
01-28 08:33:57.442 21888 21951 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG
01-28 08:33:57.442 21888 21951 I GAv4 : adb logcat -s GAv4
01-28 08:33:57.473 21888 21888 I CleverTap: Activity Lifecycle Callback
successfully registered
01-28 08:33:57.475 21888 21888 I CleverTap: Account Region not specified in the
AndroidManifest - using default region
01-28 08:33:57.522 21888 21888 I CleverTap: CleverTap SDK initialized with
accountId: 677-74Z-765Z accountToken: 14a-aa6 accountRegion: null
01-28 08:33:57.523 21888 21888 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-28 08:33:57.523 21888 21888 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-28 08:33:57.524 21888 21985 I CleverTap: SDK Version Code is 30501
01-28 08:33:57.526 21888 21985 I CleverTap: CTPushNotificationReceiver is present
01-28 08:33:57.527 21888 21985 I CleverTap: InstallReferrerBroadcastReceiver is
present
01-28 08:33:57.531 21888 21985 I CleverTap: CTNotificationIntentService not present
01-28 08:33:57.535 21888 21985 I CleverTap: CTBackgroundJobService is present
01-28 08:33:57.536 21888 21985 I CleverTap: CTBackgroundIntentService is present
01-28 08:33:57.543 21888 21985 I CleverTap: InAppNotificationActivity is present
01-28 08:33:57.544 21888 21888 D
com.disha.quickride.androidapp.startup.QuickRideApplication: Initializing Session
Manager
01-28 08:33:57.545 21888 21985 I CleverTap: FcmMessageListenerService not present
01-28 08:33:57.547 21888 21985 I CleverTap: FcmTokenListenerService not present
01-28 08:33:57.550 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Resuming
user session
01-28 08:33:57.551 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
createNewSessionManager
01-28 08:33:57.552 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionManager: Found Persistent
session for user 80505609211004
01-28 08:33:57.553 21888 21922 W DynamiteModule: Local module descriptor class for
providerinstaller not found.
01-28 08:33:57.554 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
onResumeUserSession
01-28 08:33:57.557 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager@59548e7
01-28 08:33:57.571 21888 21991 D
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager: Resuming basic user session
01-28 08:33:57.596 21888 21922 I DynamiteModule: Considering local module
providerinstaller:0 and remote module providerinstaller:0
01-28 08:33:57.596 21888 21922 W ProviderInstaller: Failed to load
providerinstaller module: No acceptable module found. Local version is 0 and remote
version is 0.
01-28 08:33:57.607 21888 21994 D SlaveNetworkWorker: not matched:
01-28 08:33:57.631 21888 21992 E Perf : Fail to get file list
com.disha.quickride
01-28 08:33:57.631 21888 21992 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-28 08:33:57.633 21888 21992 E Perf : Fail to get file list oat
01-28 08:33:57.633 21888 21992 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-28 08:33:57.645 21888 21985 I CleverTap:677-74Z-765Z: Notification channel
promopush has been created
01-28 08:33:57.646 21888 21994 I WebViewFactory: Loading com.google.android.webview
version 74.0.3729.157 (code 373015758)
01-28 08:33:57.646 21888 21985 I CleverTap:677-74Z-765Z: Notification channel
offerspush has been created
01-28 08:33:57.647 21888 21985 I CleverTap:677-74Z-765Z: Notification channel
notifypush has been created
01-28 08:33:57.652 21888 21991 W Java7Support: Unable to load JDK7 types
(annotations, java.nio.file.Path): no Java7 support added
01-28 08:33:57.657 21888 21922 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 08:33:57.659 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager@1cf8842
01-28 08:33:57.659 21888 21991 D
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager: Resume basic user
session
01-28 08:33:57.673 21888 21922 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 08:33:57.736 21888 21951 D AppsFlyer_4.9.0: Initializing AppsFlyer SDK:
(v4.9.0.184)
01-28 08:33:57.737 21888 21951 D AppsFlyer_4.9.0: Done loading properties: true
01-28 08:33:57.816 21888 21997 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {MsgClassName=com.disha.quickride.domain.model.RideStatus,
MsgObject={"rideId":112274982,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158874","msgObjType":"ridests","payloadType"
:"full"}, IS_USER_NOTIFICATION=false, MQTT_TOPIC_NAME=userMsg/80505609211004}
01-28 08:33:57.825 21888 21997 E NetcoreSDK: Error: Unterminated object at
character 441 of {MsgClassName=com.disha.quickride.domain.model.RideStatus,
MsgObject={"rideId":112274982,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158874","msgObjType":"ridests","payloadType"
:"full"}, IS_USER_NOTIFICATION=false, MQTT_TOPIC_NAME=userMsg/80505609211004}
01-28 08:33:57.825 21888 21997 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Not handled
by NetCore
01-28 08:33:57.825 21888 21997 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Session is
not yet initialized; will queue up the message and process after session is
initialized
01-28 08:33:57.875 21888 21922 V NativeCrypto: Registering
com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods...
01-28 08:33:57.981 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.event.EventModuleSessionManager@8c129fe
01-28 08:33:57.991 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler@d151bac
01-28 08:33:57.993 21888 21991 I
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler:
resumeBasicUserSession
01-28 08:33:58.021 21888 21994 I cr_LibraryLoader: Time to load native libraries: 2
ms (timestamps 9798-9800)
01-28 08:33:58.102 21888 21922 I ProviderInstaller: Installed default security
provider GmsCore_OpenSSL
01-28 08:33:58.214 21888 21991 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-28 08:33:58.217 21888 21991 E
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache:
getRideDetailInfoFromServer failed due to riderRideId =0
01-28 08:33:58.218 21888 21991 D
com.disha.quickride.androidapp.myrides.cache.MyClosedRidesCache: Loading closed
rides from local database
01-28 08:33:58.222 21888 21888 I chromium: [INFO:library_loader_hooks.cc(50)]
Chromium logging enabled: level = 0, default verbosity = 0
01-28 08:33:58.223 21888 21888 I cr_LibraryLoader: Expected native library version
number "74.0.3729.157", actual native library version number "74.0.3729.157"
01-28 08:33:58.223 21888 21991 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all rider rides from databse
01-28 08:33:58.229 21888 21991 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all passenger rides
01-28 08:33:58.235 21888 21991 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-28 08:33:58.241 21888 21991 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-28 08:33:58.257 21888 21991 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-28 08:33:58.258 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Session
change operation completed successfully
01-28 08:33:58.258 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask: Session
resume operation completed
01-28 08:33:58.258 21888 21991 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: Getting FCM
token to update to server for user : 80505609211004
01-28 08:33:58.258 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation completed successfully
01-28 08:33:58.259 21888 21991 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
all GCM messages arrived before session was initialized
01-28 08:33:58.259 21888 21991 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
new GCM Message : Bundle[{MsgClassName=com.disha.quickride.domain.model.RideStatus,
MsgObject={"rideId":112274982,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158874","msgObjType":"ridests","payloadType"
:"full"}, IS_USER_NOTIFICATION=false, MQTT_TOPIC_NAME=userMsg/80505609211004}]
01-28 08:33:58.259 21888 21991 I
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: MQTT Message
received [{"rideId":112274982,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158874","msgObjType":"ridests","payloadType"
:"full"}] from topic [userMsg/80505609211004]
01-28 08:33:58.262 21888 22022 D
com.disha.quickride.androidapp.startup.session.SetUserIdIdentifierToFabricAsyncTask
: UserId set to Fabric
01-28 08:33:58.269 21888 22023 W cr_ChildProcLH: Create a new
ChildConnectionAllocator with package name = com.google.android.webview, sandboxed
= true
01-28 08:33:58.296 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Starting
WatchdogService
01-28 08:33:58.297 21888 21888 I cr_BrowserStartup: Initializing chromium process,
singleProcess=false
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: Error
while starting QuickRideWatchdogService
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController:
java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.disha.quickride/.androidapp.watchdog.QuickRideWatchdogService }: app is
in background uid UidRecord{971868b u0a450 TRNB idle procs:1 seq(0,0,0)}
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startServiceCommon(ContextImpl.java:1650)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startService(ContextImpl.java:1605)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.content.ContextWrapper.startService(ContextWrapper.java:669)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.startWatchd
ogServiceAndAlarmManager(SourceFile:335)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.sessionChan
geOperationCompleted(SourceFile:316)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.resumeUserS
ession(SourceFile:120)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask.performSessio
nInitializationOperation(SourceFile:21)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:57)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:15)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.os.AsyncTask$3.call(AsyncTask.java:378)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-28 08:33:58.398 21888 21991 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.lang.Thread.run(Thread.java:919)
01-28 08:33:58.398 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Setting
alarm to ensure watchdog service is started if Android does not restart
01-28 08:33:58.445 21888 21991 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation took 895 ms
01-28 08:33:58.756 21888 21888 D
com.disha.quickride.androidapp.startup.QuickRideApplication:
ProviderInstaller.installIfNeededAsync onProviderInstalled
01-28 08:33:58.757 21888 21888 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: FCM token
for userId : 80505609211004 is :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-28 08:33:58.774 21888 22112 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationAsyncTask: Updating
client device id to server :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-28 08:33:58.820 21888 22112 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 08:33:59.542 21888 22112 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 08:33:59.564 21888 21994 D b : getData: response code:200
01-28 08:33:59.564 21888 21994 D b : POST:
https://pn.netcoresmartech.com/pn_register ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200128083357,"lat":null,"lng":
null,"adid":"","oldToken":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp
9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sessionid":"1580180637356","tx":"1580180637383","eventid":"25","token":"eguMVjeN_
q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
} --- 200 OK {"status":"success","panelStatus":"1"}
01-28 08:33:59.568 21888 21917 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=3b90bbbf-afe0-4231-87eb-8bffcea9866c,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-28 08:34:00.199 21888 21973 I ApxorSDK: ApxorSDK(v258) successfully initialized
for: d25af8de489a0ca420f9540aed14013a
01-28 08:34:01.261 21888 22021 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Resuming complete
user session
01-28 08:34:01.269 21888 22021 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580159041263
01-28 08:34:01.295 21888 22021 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 3
01-28 08:34:01.316 21888 22021 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 1 messages read
from persistence
01-28 08:34:01.316 21888 22021 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Initializing
unprocessed messages from persistence
01-28 08:34:01.323 21888 22021 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 1 unprocessed
messages read from persistence
01-28 08:34:01.328 21888 22021 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580159041325
01-28 08:34:01.328 21888 22021 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 0
01-28 08:34:01.332 21888 22021 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 1 messages read
from persistence
01-28 08:34:01.332 21888 22021 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Initializing
unprocessed messages from persistence
01-28 08:34:01.335 21888 22021 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 1 unprocessed
messages read from persistence
01-28 08:34:01.336 21888 22021 D
com.disha.quickride.androidapp.usermgmt.UserMessageListener:
subscribeToUserMsgUpdates
01-28 08:34:01.337 21888 22021 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Adding topic name
to subscriptions queue :userMsg/80505609211004
01-28 08:34:01.339 21888 22021 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"rideId":112274982,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158874","msgObjType":"ridests","payloadType"
:"full"}
01-28 08:34:01.397 21888 22021 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: Updating status of
ride [rideId: ]112274982 ][userId: ]80505609211004 ][userName: ]Yash Ahuja ]
[status: ]Cancelled ][userRole: ]Passenger ][joinedRideId: ]0 ]
[joinedRideStatus: ]null ][joinedRideType: ]Rider ]
01-28 08:34:01.398 21888 22021 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@af41693
01-28 08:34:01.436 21888 22289 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 08:34:01.440 21888 22021 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"rideId":112274982,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158874","msgObjType":"ridests","payloadType"
:"full"}
01-28 08:34:01.458 21888 22021 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: Updating status of
ride [rideId: ]112274982 ][userId: ]80505609211004 ][userName: ]Yash Ahuja ]
[status: ]Cancelled ][userRole: ]Passenger ][joinedRideId: ]0 ]
[joinedRideStatus: ]null ][joinedRideType: ]Rider ]
01-28 08:34:01.459 21888 22021 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@c890685
01-28 08:34:01.468 21888 22291 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 08:34:01.493 21888 22021 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Establishing event
service connection
01-28 08:34:01.493 21888 22021 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-28 08:34:01.493 21888 22021 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-28 08:34:03.325 21888 21924 E GraphResponse: {HttpStatus: 400, errorCode: 43003,
subErrorCode: -1, errorType: OAuthException, errorMessage: (#43003) App button auto
detection is disabled}
01-28 08:34:04.420 21888 22291 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 08:34:04.420 21888 22289 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 08:34:09.631 21888 21997 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {MsgClassName=com.disha.quickride.domain.model.RideStatus,
MsgObject={"rideId":112278839,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158896","msgObjType":"ridests","payloadType"
:"full"}, IS_USER_NOTIFICATION=false, MQTT_TOPIC_NAME=userMsg/80505609211004}
01-28 08:34:09.634 21888 21997 E NetcoreSDK: Error: Unterminated object at
character 441 of {MsgClassName=com.disha.quickride.domain.model.RideStatus,
MsgObject={"rideId":112278839,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158896","msgObjType":"ridests","payloadType"
:"full"}, IS_USER_NOTIFICATION=false, MQTT_TOPIC_NAME=userMsg/80505609211004}
01-28 08:34:09.634 21888 21997 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Not handled
by NetCore
01-28 08:34:09.635 21888 21997 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
new GCM Message : Bundle[{MsgClassName=com.disha.quickride.domain.model.RideStatus,
MsgObject={"rideId":112278839,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158896","msgObjType":"ridests","payloadType"
:"full"}, IS_USER_NOTIFICATION=false, MQTT_TOPIC_NAME=userMsg/80505609211004}]
01-28 08:34:09.635 21888 21997 I
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: MQTT Message
received [{"rideId":112278839,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158896","msgObjType":"ridests","payloadType"
:"full"}] from topic [userMsg/80505609211004]
01-28 08:34:37.055 21888 22021 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Starting Mqtt
client level operations
01-28 08:34:37.056 21888 22459 D
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Started publishing
Mqtt messages
01-28 08:34:37.057 21888 22460 D
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Started
subscribing
01-28 08:34:37.057 21888 22460 D
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Subscribing to
userMsg/80505609211004
01-28 08:34:37.057 21888 22460 D
com.disha.quickride.androidapp.event.EventServiceConnection: Entering subscribe to
userMsg/80505609211004
01-28 08:34:37.058 21888 22021 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-28 08:34:37.058 21888 22021 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-28 08:34:37.058 21888 22461 D
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Started
unsubscribing
01-28 08:35:26.195 21888 22021 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Starting Mqtt
client level operations
01-28 08:35:26.199 21888 23000 D
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Started publishing
Mqtt messages
01-28 08:35:26.200 21888 22021 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Entering
dispatchAllMessagesArrivedBeforeSessionWasInitialized
01-28 08:35:26.201 21888 23001 D
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Started
subscribing
01-28 08:35:26.202 21888 23002 D
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Started
unsubscribing
01-28 08:35:26.216 21888 22021 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Entering
dispatchAllMessagesArrivedBeforeSessionWasInitialized
01-28 08:35:26.217 21888 23003 D
com.disha.quickride.androidapp.event.InitialMessagesDispatchTask: Dispatching
initial messages
01-28 08:35:26.217 21888 23003 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"rideId":112274982,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158874","msgObjType":"ridests","payloadType"
:"full"}
01-28 08:35:26.219 21888 23005 D
com.disha.quickride.androidapp.event.InitialMessagesDispatchTask: Dispatching
initial messages
01-28 08:35:26.265 21888 23003 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: Updating status of
ride [rideId: ]112274982 ][userId: ]80505609211004 ][userName: ]Yash Ahuja ]
[status: ]Cancelled ][userRole: ]Passenger ][joinedRideId: ]0 ]
[joinedRideStatus: ]null ][joinedRideType: ]Rider ]
01-28 08:35:26.266 21888 23003 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@af41693
01-28 08:35:26.271 21888 22021 I
com.disha.quickride.androidapp.ridemgmt.RideManagementMqttProxy: subscribing to
topic of existing rides
01-28 08:35:26.271 21888 22021 I
com.disha.quickride.androidapp.ridemgmt.RideManagementMqttProxy: subscribing to
topic of existing rider rides
01-28 08:35:26.271 21888 22021 D
com.disha.quickride.androidapp.groupchat.RideGroupChatMqttListener: Subscribing to
collection of rides
01-28 08:35:26.272 21888 22021 I
com.disha.quickride.androidapp.ridemgmt.RideManagementMqttProxy: subscribing to
topic of existing passenger rides
01-28 08:35:26.272 21888 22021 D
com.disha.quickride.androidapp.groupchat.RideGroupChatMqttListener: Subscribing to
collection of rides
01-28 08:35:26.279 21888 21951 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 08:35:26.290 21888 23003 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"rideId":112274982,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158874","msgObjType":"ridests","payloadType"
:"full"}
01-28 08:35:26.320 21888 23003 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: Updating status of
ride [rideId: ]112274982 ][userId: ]80505609211004 ][userName: ]Yash Ahuja ]
[status: ]Cancelled ][userRole: ]Passenger ][joinedRideId: ]0 ]
[joinedRideStatus: ]null ][joinedRideType: ]Rider ]
01-28 08:35:26.320 21888 23003 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@c890685
01-28 08:35:26.328 21888 22003 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 08:35:26.336 21888 23003 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"rideId":112278839,"userId":80505609211004,"userName":"Yash
Ahuja","status":"Cancelled","rideType":"Passenger","joinedRideId":0,"joinedRideType
":"Rider","pickupTime":0,"dropTime":0,"noOfSeats":1,"distanceJoined":0.0,"schTime":
0,"reschTime":0,"uniqueID":"ridests_614158896","msgObjType":"ridests","payloadType"
:"full"}
01-28 08:35:26.349 21888 23003 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: Updating status of
ride [rideId: ]112278839 ][userId: ]80505609211004 ][userName: ]Yash Ahuja ]
[status: ]Cancelled ][userRole: ]Passenger ][joinedRideId: ]0 ]
[joinedRideStatus: ]null ][joinedRideType: ]Rider ]
01-28 08:35:26.362 21888 23003 I
com.disha.quickride.androidapp.ridemgmt.RideManagementMqttProxy:
userUnJoinedRiderRide
01-28 08:35:26.362 21888 23003 D
com.disha.quickride.androidapp.groupchat.RideGroupChatMqttListener: UnSubscribing
from ride 0
01-28 08:35:26.362 21888 23003 I
com.disha.quickride.androidapp.groupchat.RidesGroupChatCache: deleting of messages
of a ride 0
01-28 08:35:26.362 21888 23003 I
com.disha.quickride.androidapp.groupchat.RidesGroupChatCache: deleting of messages
of a ride from SQL lite
01-28 08:35:26.385 21888 23003 I
com.disha.quickride.androidapp.groupchat.GroupChatCachePersistenceHelper: deleting
of chat messages of one ride
01-28 08:35:26.386 21888 23003 D
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: Cancelling
notification update workers for 112278839
01-28 08:35:26.411 21888 23003 D
com.disha.quickride.androidapp.notification.NotificationStore:
removeOldNotificationOfSameGroupValue : 112278839
01-28 08:35:26.411 21888 23003 D
com.disha.quickride.androidapp.notification.NotificationPersistenceHelper:
updateStatusOfNotification : 112278839
01-28 08:35:26.414 21888 22002 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Stopping Mqtt
client level operations
01-28 08:35:26.414 21888 22002 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt Disconnect called
01-28 08:35:26.418 21888 22461 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Exception while
taking topic name from the unsubscriptions queue :
01-28 08:35:26.418 21888 22461 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread:
java.lang.InterruptedException
01-28 08:35:26.418 21888 22461 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-28 08:35:26.418 21888 22461 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-28 08:35:26.418 21888 22461 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-28 08:35:26.418 21888 22461 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread.getNextTopicForUn
subscription(SourceFile:65)
01-28 08:35:26.418 21888 22461 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread.run(SourceFile:41
)
01-28 08:35:26.418 21888 22461 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.lang.Thread.run(Thread.java:919)
01-28 08:35:26.418 21888 22459 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Exception while
taking Mqtt message from the queue :
01-28 08:35:26.418 21888 22459 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread:
java.lang.InterruptedException
01-28 08:35:26.418 21888 22459 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-28 08:35:26.418 21888 22459 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-28 08:35:26.418 21888 22459 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-28 08:35:26.418 21888 22459 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
com.disha.quickride.androidapp.event.MqttMessageSendingThread.getNextMessage(Source
File:77)
01-28 08:35:26.418 21888 22459 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
com.disha.quickride.androidapp.event.MqttMessageSendingThread.run(SourceFile:46)
01-28 08:35:26.418 21888 22459 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.lang.Thread.run(Thread.java:919)
01-28 08:35:26.418 21888 22459 W
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Stopped publishing
Mqtt messages
01-28 08:35:26.418 21888 22461 W
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Stopped
unsubscribing
01-28 08:35:26.418 21888 22460 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Exception while
taking subscription wrapper from the subscriptions queue :
01-28 08:35:26.418 21888 22460 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread:
java.lang.InterruptedException
01-28 08:35:26.418 21888 22460 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-28 08:35:26.418 21888 22460 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-28 08:35:26.418 21888 22460 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-28 08:35:26.418 21888 22460 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread.getNextSubscription
(SourceFile:73)
01-28 08:35:26.418 21888 22460 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread.run(SourceFile:44)
01-28 08:35:26.418 21888 22460 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.lang.Thread.run(Thread.java:919)
01-28 08:35:26.418 21888 22460 W
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Stopped
subscribing
01-28 08:35:26.421 21888 23003 I
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: checking
if location update is required based on ride start time
01-28 08:35:26.421 21888 23003 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-28 08:35:26.422 21888 22002 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Stopping Mqtt
client level operations
01-28 08:35:26.422 21888 22002 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt Disconnect called
01-28 08:35:26.422 21888 23000 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Exception while
taking Mqtt message from the queue :
01-28 08:35:26.422 21888 23000 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread:
java.lang.InterruptedException
01-28 08:35:26.422 21888 23000 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-28 08:35:26.422 21888 23000 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-28 08:35:26.422 21888 23000 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-28 08:35:26.422 21888 23000 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
com.disha.quickride.androidapp.event.MqttMessageSendingThread.getNextMessage(Source
File:77)
01-28 08:35:26.422 21888 23000 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
com.disha.quickride.androidapp.event.MqttMessageSendingThread.run(SourceFile:46)
01-28 08:35:26.422 21888 23000 E
com.disha.quickride.androidapp.event.MqttMessageSendingThread: at
java.lang.Thread.run(Thread.java:919)
01-28 08:35:26.422 21888 23000 W
com.disha.quickride.androidapp.event.MqttMessageSendingThread: Stopped publishing
Mqtt messages
01-28 08:35:26.422 21888 23002 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Exception while
taking topic name from the unsubscriptions queue :
01-28 08:35:26.422 21888 23002 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread:
java.lang.InterruptedException
01-28 08:35:26.422 21888 23002 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-28 08:35:26.422 21888 23002 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-28 08:35:26.422 21888 23002 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-28 08:35:26.422 21888 23002 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread.getNextTopicForUn
subscription(SourceFile:65)
01-28 08:35:26.422 21888 23002 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread.run(SourceFile:41
)
01-28 08:35:26.422 21888 23002 E
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: at
java.lang.Thread.run(Thread.java:919)
01-28 08:35:26.422 21888 23002 W
com.disha.quickride.androidapp.event.MqttTopicUnsubscribingThread: Stopped
unsubscribing
01-28 08:35:26.423 21888 23001 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Exception while
taking subscription wrapper from the subscriptions queue :
01-28 08:35:26.423 21888 23001 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread:
java.lang.InterruptedException
01-28 08:35:26.423 21888 23001 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterru
ptAfterWait(AbstractQueuedSynchronizer.java:2042)
01-28 08:35:26.423 21888 23001 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abstrac
tQueuedSynchronizer.java:2076)
01-28 08:35:26.423 21888 23001 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
01-28 08:35:26.423 21888 23001 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread.getNextSubscription
(SourceFile:73)
01-28 08:35:26.423 21888 23001 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread.run(SourceFile:44)
01-28 08:35:26.423 21888 23001 E
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: at
java.lang.Thread.run(Thread.java:919)
01-28 08:35:26.423 21888 23001 W
com.disha.quickride.androidapp.event.MqttTopicSubscribingThread: Stopped
subscribing
01-28 08:35:26.424 21888 23003 D
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: Service
running status : false
01-28 08:35:26.428 21888 23003 I
com.disha.quickride.androidapp.myrides.cache.MyClosedRidesCache: adding ride to
closed rides list
01-28 08:35:26.429 21888 23003 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: saving of passenger ride in databaseRide [id=112278839,routeId= 61519196595593,
userId=80505609211004, userName=Yash Ahuja, rideType=Passenger, startAddress=Ek-
Jyot Apartments, Shyamji Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India, startLatitude=28.6987031, startLongitude=77.13332609999999,
startPoint=lat[28.6987031], lon[77.13332609999999], endAddress=Green Park Metro
Station, Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi, India,
endLatitude=28.5579537, endLongitude=77.206958, endPoint=lat[28.5579537],
lon[77.206958], distance=24.25, promocode=null, rideNotes=null,
allowRideMatchToJoinedGroups=false, showMeToJoinedGroups=false, appName=null,
cancelledByStatus=false, userEmail=null, durationInTraffic=0, cancelledTime=null,
startTime=Tue Jan 28 08:00:00 GMT+05:30 2020, expectedEndTime=Tue Jan 28 08:42:00
GMT+05:30 2020, status=Cancelled, actualStartTime=null, actualEndtime=null,
rideCreationTime=null, regularRideId=0, customRoute=false, waypoints=null,
version=0, lastUpdatedTime=null, stTime=0, expEndTime=0, matchPercentage=0,
cancellationReason=null][rideId:0 ][riderId:0 ][riderName:null ][points:0.0 ]
[newFare:-1.0 ][noOfSeats:1 ][pickupAddress:null ][pickupLatitude:0.0 ]
[pickupLongitude:0.0 ][pickupTime:null][dropAddress:null ][dropLatitude:0.0 ]
[dropLongitude:0.0 ][dropTime:null][taxiRideId:0][overLappingDistance:0.0]
[pickupAndDropRoutePolyline:null][newFare:-1.0][preferredRider:false]
[joinedTime:null][pkTime:0][dpTime:0][pymtType:INAPP][autoConfirm:false]
01-28 08:35:26.442 21888 23003 D
com.disha.quickride.androidapp.notification.NotificationStore: delete old
notification of same type : PassengerRide
01-28 08:35:26.442 21888 23003 D
com.disha.quickride.androidapp.notification.NotificationPersistenceHelper:
updateStatusOfNotificationPassengerRide,112278839
01-28 08:35:26.445 21888 23003 D
com.disha.quickride.androidapp.notification.NotificationStore:
removeOldNotificationOfSameGroupValue : 112278839
01-28 08:35:26.445 21888 23003 D
com.disha.quickride.androidapp.notification.NotificationPersistenceHelper:
updateStatusOfNotification : 112278839
01-28 08:35:26.447 21888 23003 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@66cfffe
01-28 08:35:26.451 21888 22022 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 08:35:26.677 21888 21951 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 08:35:26.690 21888 22003 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 08:35:26.695 21888 22022 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 08:35:33.167 21888 22186 E b : Error: End of input at character 0 of
01-28 08:35:33.176 21888 21979 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=bcb432b6-ac2a-4d9e-a264-793a9e0e775c,
tags={ in.netcore.smartechfcm.worker.SlavePushAmpWorker } ]
01-28 08:35:33.274 21888 23023 D
com.disha.quickride.androidapp.notification.PeriodicNotificationRefreshTaskCreator:
doWork is triggered; will create PeriodicWorkRequest to run regularly to refresh
pending notifications
01-28 08:35:33.274 21888 23023 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting
passengerRide:112278839
01-28 08:35:33.275 21888 21979 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=a726b4db-d1f4-42b7-a5ca-ed897cfb435a,
tags={ PeriodicNotificationRefreshTaskCreator,
com.disha.quickride.androidapp.notification.PeriodicNotificationRefreshTaskCreator
} ]
01-28 08:35:33.501 21888 23024 D
com.disha.quickride.androidapp.notification.NotificationUpdateWorker:
NotificationUpdateWorker.doWork() started
01-28 08:35:33.508 21888 23024 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-28 08:35:33.903 21888 23024 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 08:35:33.945 21888 23024 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = GET
01-28 08:35:34.324 21888 23024 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 08:35:34.393 21888 21929 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=3cab94ef-c587-45d8-aeaa-a8e919e600e7,
tags={ com.disha.quickride.androidapp.notification.NotificationUpdateWorker } ]
01-28 08:35:39.465 21888 21929 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=0aa8d251-804c-4956-8dc6-a185d6524ad1,
tags={ in.netcore.smartechfcm.workmanager.SlaveDBSyncWorker } ]
--------- beginning of main
01-28 11:21:07.194 14808 14808 E disha.quickrid: Not starting debugger since
process cannot load the jdwp agent.
01-28 11:21:07.435 14808 14808 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 11:21:07.522 14808 14808 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-28 11:21:07.523 14808 14808 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-28 11:21:07.535 14808 14808 I Perf : Connecting to perf service.
01-28 11:21:07.546 14808 14808 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is instantiated
01-28 11:21:07.548 14808 14808 I MultiDex: VM with version 2.1.0 has multidex
support
01-28 11:21:07.548 14808 14808 I MultiDex: Installing application
01-28 11:21:07.548 14808 14808 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-28 11:21:07.548 14808 14808 I MultiDex: Installing application
01-28 11:21:07.548 14808 14808 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-28 11:21:07.625 14808 14808 I FirebaseInitProvider: FirebaseApp initialization
successful
01-28 11:21:07.633 14808 14808 I CrashlyticsInitProvider: CrashlyticsInitProvider
skipping initialization
01-28 11:21:07.723 14808 14808 E Apxor : App Id is empty or null, couldn't
initialize ApxorSDK
01-28 11:21:07.772 14808 14886 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
01-28 11:21:07.772 14808 14886 I DpmTcmClient: RegisterTcmMonitor from: $Proxy0
01-28 11:21:07.890 14808 14808 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is created
01-28 11:21:07.890 14808 14808 V Font : Change font:1
01-28 11:21:07.890 14808 14808 V Font : Default
family:android.graphics.Typeface@3324ec54
01-28 11:21:07.891 14808 14808 D
com.disha.quickride.androidapp.startup.QuickRideApplication: enabled https
protocols null
01-28 11:21:07.955 14808 14872 I FA : App measurement is starting up, version:
15300
01-28 11:21:07.955 14808 14872 I FA : To enable debug logging run: adb shell
setprop log.tag.FA VERBOSE
01-28 11:21:07.955 14808 14872 I FA : To enable faster debug mode event
logging run:
01-28 11:21:07.955 14808 14872 I FA : adb shell setprop
debug.firebase.analytics.app com.disha.quickride
01-28 11:21:07.993 14808 14922 I CrashlyticsCore: Initializing Crashlytics 2.6.8.32
01-28 11:21:08.052 14808 14922 W com.facebook.appevents.AppEventsLogger:
activateApp events are being logged automatically. There's no need to call
activateApp explicitly, this is safe to remove.
01-28 11:21:08.055 14808 14922 I GAv4 : Google Analytics 12.4.51 is starting up.
To enable debug logging on a device run:
01-28 11:21:08.055 14808 14922 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG
01-28 11:21:08.055 14808 14922 I GAv4 : adb logcat -s GAv4
01-28 11:21:08.077 14808 14808 E a : Value of SMT_USE_AD_ID : null
01-28 11:21:08.078 14808 14808 D NetcoreSDK: readConfig: null
01-28 11:21:08.129 14808 14808 I CleverTap: Activity Lifecycle Callback
successfully registered
01-28 11:21:08.132 14808 14808 I CleverTap: Account Region not specified in the
AndroidManifest - using default region
01-28 11:21:08.164 14808 14808 I CleverTap: CleverTap SDK initialized with
accountId: 677-74Z-765Z accountToken: 14a-aa6 accountRegion: null
01-28 11:21:08.166 14808 14808 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-28 11:21:08.167 14808 14808 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-28 11:21:08.172 14808 14922 D AppsFlyer_4.9.0: Initializing AppsFlyer SDK:
(v4.9.0.184)
01-28 11:21:08.192 14808 14922 D AppsFlyer_4.9.0: Done loading properties: true
01-28 11:21:08.193 14808 14808 D
com.disha.quickride.androidapp.startup.QuickRideApplication: Initializing Session
Manager
01-28 11:21:08.196 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Resuming
user session
01-28 11:21:08.196 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
createNewSessionManager
01-28 11:21:08.197 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionManager: Found Persistent
session for user 80505609211004
01-28 11:21:08.197 14808 14978 I CleverTap: SDK Version Code is 30501
01-28 11:21:08.199 14808 14978 I CleverTap: CTPushNotificationReceiver is present
01-28 11:21:08.201 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
onResumeUserSession
01-28 11:21:08.201 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager@a53a891
01-28 11:21:08.201 14808 14978 I CleverTap: InstallReferrerBroadcastReceiver is
present
01-28 11:21:08.204 14808 15002 D
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager: Resuming basic user session
01-28 11:21:08.226 14808 14978 I CleverTap: CTNotificationIntentService not present
01-28 11:21:08.229 14808 14978 I CleverTap: CTBackgroundJobService is present
01-28 11:21:08.230 14808 14978 I CleverTap: CTBackgroundIntentService is present
01-28 11:21:08.234 14808 14978 I CleverTap: InAppNotificationActivity is present
01-28 11:21:08.240 14808 14978 I CleverTap: FcmMessageListenerService not present
01-28 11:21:08.242 14808 14978 I CleverTap: FcmTokenListenerService not present
01-28 11:21:08.255 14808 14889 W DynamiteModule: Local module descriptor class for
providerinstaller not found.
01-28 11:21:08.285 14808 15002 W Java7Support: Unable to load JDK7 types
(annotations, java.nio.file.Path): no Java7 support added
01-28 11:21:08.294 14808 14978 I CleverTap:677-74Z-765Z: Notification channel
promopush has been created
01-28 11:21:08.295 14808 14978 I CleverTap:677-74Z-765Z: Notification channel
offerspush has been created
01-28 11:21:08.295 14808 14978 I CleverTap:677-74Z-765Z: Notification channel
notifypush has been created
01-28 11:21:08.300 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager@42fd730
01-28 11:21:08.300 14808 15002 D
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager: Resume basic user
session
01-28 11:21:08.304 14808 15005 E Perf : Fail to get file list
com.disha.quickride
01-28 11:21:08.304 14808 15005 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-28 11:21:08.305 14808 15005 E Perf : Fail to get file list oat
01-28 11:21:08.305 14808 15005 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-28 11:21:08.662 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.event.EventModuleSessionManager@29a7fd3
01-28 11:21:08.664 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler@fa57209
01-28 11:21:08.664 14808 15002 I
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler:
resumeBasicUserSession
01-28 11:21:08.721 14808 15002 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-28 11:21:08.723 14808 15002 D
com.disha.quickride.androidapp.myrides.cache.MyClosedRidesCache: Loading closed
rides from local database
01-28 11:21:08.727 14808 15002 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all rider rides from databse
01-28 11:21:08.731 14808 15002 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all passenger rides
01-28 11:21:08.735 14808 15002 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-28 11:21:08.740 14808 15002 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-28 11:21:08.752 14808 15002 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-28 11:21:08.752 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Session
change operation completed successfully
01-28 11:21:08.752 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask: Session
resume operation completed
01-28 11:21:08.755 14808 15002 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: Getting FCM
token to update to server for user : 80505609211004
01-28 11:21:08.756 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation completed successfully
01-28 11:21:08.756 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Starting
WatchdogService
01-28 11:21:08.756 14808 14808 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: FCM token
for userId : 80505609211004 is :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-28 11:21:08.758 14808 15026 D
com.disha.quickride.androidapp.startup.session.SetUserIdIdentifierToFabricAsyncTask
: UserId set to Fabric
01-28 11:21:08.759 14808 15027 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationAsyncTask: Updating
client device id to server :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-28 11:21:08.771 14808 15027 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 11:21:08.841 14808 15016 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {MsgClassName=com.disha.quickride.domain.model.PassengerRide,
MsgObject={"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"
pickupLongitude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"d
ropLongitude":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595583,"id":112628776,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","startLatitude":28.6987031,"startLongitude":77.13332609999999,"startPoint":
{"lat":28.6987031,"lon":77.13332609999999},"endAddress":"Green Park Metro Station,
Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","endLatitude":28.5579537,"endLongitude":77.206958,"endPoint":
{"lat":28.5579537,"lon":77.206958},"distance":24.25,"allowRideMatchToJoinedGroups":
false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 2:30:39 AM","expectedEndTime":"Jan 30, 2020 3:12:39
AM","status":"Requested","routePathPolyline":"sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O
_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcEdA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@
G[O[g@k@y@s@[Ka@AUDWNGFO\\Ed@?RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\\|A`A\\ZTT|
@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\\L|Bj@lH|AvB`@`Dp@jGxA~D|@|
@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|GjIlCbDfCtCXVdBvBbCxClChD|
AbBr@~@x@j@\\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@
[xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\\kAXs
ALmAH_BPkFFg@l@gJb@eI\\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?
^Af@Jp@ApADpDPfCPtGh@|Fj@`BLfCXLCRI","rideCreationTime":"Jan 28, 2020 5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580351439000,"expEn
dTime":1580353959000,"matchPercentage":0,"uniqueID":"psgrinst_615571482","msgObjTyp
e":"psgrinst","payloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}
01-28 11:21:08.846 14808 15016 E NetcoreSDK: Error: Unterminated object at
character 2535 of {MsgClassName=com.disha.quickride.domain.model.PassengerRide,
MsgObject={"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"
pickupLongitude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"d
ropLongitude":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595583,"id":112628776,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","startLatitude":28.6987031,"startLongitude":77.13332609999999,"startPoint":
{"lat":28.6987031,"lon":77.13332609999999},"endAddress":"Green Park Metro Station,
Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","endLatitude":28.5579537,"endLongitude":77.206958,"endPoint":
{"lat":28.5579537,"lon":77.206958},"distance":24.25,"allowRideMatchToJoinedGroups":
false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 2:30:39 AM","expectedEndTime":"Jan 30, 2020 3:12:39
AM","status":"Requested","routePathPolyline":"sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O
_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcEdA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@
G[O[g@k@y@s@[Ka@AUDWNGFO\\Ed@?RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\\|A`A\\ZTT|
@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\\L|Bj@lH|AvB`@`Dp@jGxA~D|@|
@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|GjIlCbDfCtCXVdBvBbCxClChD|
AbBr@~@x@j@\\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@
[xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\\kAXs
ALmAH_BPkFFg@l@gJb@eI\\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?
^Af@Jp@ApADpDPfCPtGh@|Fj@`BLfCXLCRI","rideCreationTime":"Jan 28, 2020 5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580351439000,"expEn
dTime":1580353959000,"matchPercentage":0,"uniqueID":"psgrinst_615571482","msgObjTyp
e":"psgrinst","payloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}
01-28 11:21:08.846 14808 15016 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Not handled
by NetCore
01-28 11:21:08.846 14808 15016 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
new GCM Message :
Bundle[{MsgClassName=com.disha.quickride.domain.model.PassengerRide,
MsgObject={"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"
pickupLongitude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"d
ropLongitude":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595583,"id":112628776,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","startLatitude":28.6987031,"startLongitude":77.13332609999999,"startPoint":
{"lat":28.6987031,"lon":77.13332609999999},"endAddress":"Green Park Metro Station,
Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","endLatitude":28.5579537,"endLongitude":77.206958,"endPoint":
{"lat":28.5579537,"lon":77.206958},"distance":24.25,"allowRideMatchToJoinedGroups":
false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 2:30:39 AM","expectedEndTime":"Jan 30, 2020 3:12:39
AM","status":"Requested","routePathPolyline":"sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O
_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcEdA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@
G[O[g@k@y@s@[Ka@AUDWNGFO\\Ed@?RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\\|A`A\\ZTT|
@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\\L|Bj@lH|AvB`@`Dp@jGxA~D|@|
@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|GjIlCbDfCtCXVdBvBbCxClChD|
AbBr@~@x@j@\\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@
[xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\\kAXs
ALmAH_BPkFFg@l@gJb@eI\\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?
^Af@Jp@ApADpDPfCPtGh@|Fj@`BLfCXLCRI","rideCreationTime":"Jan 28, 2020 5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580351439000,"expEn
dTime":1580353959000,"matchPercentage":0,"uniqueID":"psgrinst_615571482","msgObjTyp
e":"psgrinst","payloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}]
01-28 11:21:08.847 14808 15016 I
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: MQTT Message
received
[{"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"pickupLon
gitude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"dropLongit
ude":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595583,"id":112628776,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","startLatitude":28.6987031,"startLongitude":77.13332609999999,"startPoint":
{"lat":28.6987031,"lon":77.13332609999999},"endAddress":"Green Park Metro Station,
Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","endLatitude":28.5579537,"endLongitude":77.206958,"endPoint":
{"lat":28.5579537,"lon":77.206958},"distance":24.25,"allowRideMatchToJoinedGroups":
false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 2:30:39 AM","expectedEndTime":"Jan 30, 2020 3:12:39
AM","status":"Requested","routePathPolyline":"sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O
_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcEdA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@
G[O[g@k@y@s@[Ka@AUDWNGFO\\Ed@?RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\\|A`A\\ZTT|
@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\\L|Bj@lH|AvB`@`Dp@jGxA~D|@|
@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|GjIlCbDfCtCXVdBvBbCxClChD|
AbBr@~@x@j@\\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@
[xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\\kAXs
ALmAH_BPkFFg@l@gJb@eI\\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?
^Af@Jp@ApADpDPfCPtGh@|Fj@`BLfCXLCRI","rideCreationTime":"Jan 28, 2020 5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580351439000,"expEn
dTime":1580353959000,"matchPercentage":0,"uniqueID":"psgrinst_615571482","msgObjTyp
e":"psgrinst","payloadType":"full"}] from topic [userMsg/80505609211004]
01-28 11:21:08.853 14808 14889 I DynamiteModule: Considering local module
providerinstaller:0 and remote module providerinstaller:0
01-28 11:21:08.853 14808 14889 W ProviderInstaller: Failed to load
providerinstaller module: No acceptable module found. Local version is 0 and remote
version is 0.
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: Error
while starting QuickRideWatchdogService
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController:
java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.disha.quickride/.androidapp.watchdog.QuickRideWatchdogService }: app is
in background uid UidRecord{9c10f85 u0a450 RCVR idle change:uncached procs:1
seq(0,0,0)}
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startServiceCommon(ContextImpl.java:1650)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startService(ContextImpl.java:1605)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.content.ContextWrapper.startService(ContextWrapper.java:669)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.startWatchd
ogServiceAndAlarmManager(SourceFile:335)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.sessionChan
geOperationCompleted(SourceFile:316)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.resumeUserS
ession(SourceFile:120)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask.performSessio
nInitializationOperation(SourceFile:21)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:57)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:15)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.os.AsyncTask$3.call(AsyncTask.java:378)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-28 11:21:08.860 14808 15002 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.lang.Thread.run(Thread.java:919)
01-28 11:21:08.861 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Setting
alarm to ensure watchdog service is started if Android does not restart
01-28 11:21:08.884 14808 14889 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 11:21:08.911 14808 14971 I ApxorSDK: ApxorSDK(v258) successfully initialized
for: d25af8de489a0ca420f9540aed14013a
01-28 11:21:08.912 14808 14889 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 11:21:09.052 14808 14889 V NativeCrypto: Registering
com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods...
01-28 11:21:09.095 14808 15002 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation took 900 ms
01-28 11:21:09.105 14808 14889 I ProviderInstaller: Installed default security
provider GmsCore_OpenSSL
01-28 11:21:09.125 14808 14808 D
com.disha.quickride.androidapp.startup.QuickRideApplication:
ProviderInstaller.installIfNeededAsync onProviderInstalled
01-28 11:21:09.150 14808 15049 D SlaveNetworkWorker: not matched:
01-28 11:21:09.386 14808 15027 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 11:21:09.392 14808 15049 I WebViewFactory: Loading com.google.android.webview
version 74.0.3729.157 (code 373015758)
01-28 11:21:09.761 14808 15049 I cr_LibraryLoader: Time to load native libraries: 2
ms (timestamps 9133-9135)
01-28 11:21:09.790 14808 14808 I chromium: [INFO:library_loader_hooks.cc(50)]
Chromium logging enabled: level = 0, default verbosity = 0
01-28 11:21:09.791 14808 14808 I cr_LibraryLoader: Expected native library version
number "74.0.3729.157", actual native library version number "74.0.3729.157"
01-28 11:21:09.832 14808 15092 W cr_ChildProcLH: Create a new
ChildConnectionAllocator with package name = com.google.android.webview, sandboxed
= true
01-28 11:21:10.054 14808 15016 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {MsgClassName=com.disha.quickride.domain.model.PassengerRide,
MsgObject={"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"
pickupLongitude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"d
ropLongitude":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595587,"id":112628777,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Green Park Metro Station, Sri
Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","startLatitude":28.5579537,"startLongitude":77.206958,"startPoint":
{"lat":28.5579537,"lon":77.206958},"endAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","endLatitude":28.6987031,"endLongitude":77.13332609999999,"endPoint":
{"lat":28.6987031,"lon":77.13332609999999},"distance":23.261,"allowRideMatchToJoine
dGroups":false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 12:30:00 PM","expectedEndTime":"Jan 30, 2020 1:15:00
PM","status":"Requested","routePathPolyline":"kuhmDunfvMf@_GPkAVu@Re@d@_A\\g@d@g@jB
cB\\b@UWm@h@mAhAg@n@m@hASf@Wx@QpAc@hE?
XHd@PXdFd@RARJb@DXDAPA@k@GYBiH}@uAQsC]_BEcBWuGm@iIe@iBGsA?
g@@m@LcCJm@AeAMqC[kDg@yCi@MC]BO@sB[Q?ODQLINCTK`DG~@CFOVGvAOnDI|
CSzJUvHCxBBpADdCDlBF~Bv@vRNbED`D?
fFGvCgAhR_@`IEfBa@bIQzBc@lBQ`AIb@yCpG_AbBw@nA{@fAcAlAaA~@cC~AoAr@cDpAaB|
@gChAeFfCyHrDaLlFsAr@mExBkKbFcEtBgElBcE`CkBpAgGhDgB`AsD|B{A|
@e@^iBhAa@R_ExAyBx@u@Z_Aj@g@Z_CnAgAl@wFfDsBnAwFtDo@h@k@l@mAvA{B|
CeTd[k@x@o@nAw@jBc@vBoA~OwExl@YbDKj@kAxE}@dCe@bAo@jAi@t@w@~@aDbDwDpC}A~@sBbB{BpBaBp
AuD~BkBtAkA|@wAx@iBj@yATi@Do@@wAGuAEcBOi@CkB?w@?
{FAsFC_CCW@_@@i@JcB^eBf@kEnAcCn@_Cr@sBf@qHvBeBf@gD|
@kCx@kI~BkBl@wBn@eBf@_Cn@yCz@gPhE}LdDwK|CoBj@wMzD}DhAuDfAkD|
@{DhAeCt@qKxC_DhAa@LgFjByBt@g@HoAHy@@a@Cw@KcAWw@[eBiAgGiFaFmEgDuCeBcBmCyBk@]g@We@Ks
@EqFMaBEoAQSGq@c@mB}Ac@c@oB{BiEiFsCqDcMuOc@U[_@Ya@m@w@aC_DYe@cBkB{AsA{AaAe@SeGsBkFc
BaCm@{G{AqLgCcG{AsCk@mA_@kBiAy@w@i@m@_@o@mAoB]MaAsAU]mA{BeBuCGKc@Qk@Oe@EU@ULsBxAwBh
B]p@MVMXSb@MZ]hBIr@G~@E~Ag@C{CGaAAqBC}A@{@DeEFy@jHk@lEcAvIUt@uDbJCN?
f@@xAqCd@iDh@sG|@iUdDoAPB^N`Ba@Jy@J_@Gk@]EKHU","rideCreationTime":"Jan 28, 2020
5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580387400000,"expEn
dTime":1580390100000,"matchPercentage":0,"uniqueID":"psgrinst_615571485","msgObjTyp
e":"psgrinst","payloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}
01-28 11:21:10.056 14808 15016 E NetcoreSDK: Error: Unterminated object at
character 2522 of {MsgClassName=com.disha.quickride.domain.model.PassengerRide,
MsgObject={"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"
pickupLongitude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"d
ropLongitude":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595587,"id":112628777,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Green Park Metro Station, Sri
Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","startLatitude":28.5579537,"startLongitude":77.206958,"startPoint":
{"lat":28.5579537,"lon":77.206958},"endAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","endLatitude":28.6987031,"endLongitude":77.13332609999999,"endPoint":
{"lat":28.6987031,"lon":77.13332609999999},"distance":23.261,"allowRideMatchToJoine
dGroups":false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 12:30:00 PM","expectedEndTime":"Jan 30, 2020 1:15:00
PM","status":"Requested","routePathPolyline":"kuhmDunfvMf@_GPkAVu@Re@d@_A\\g@d@g@jB
cB\\b@UWm@h@mAhAg@n@m@hASf@Wx@QpAc@hE?
XHd@PXdFd@RARJb@DXDAPA@k@GYBiH}@uAQsC]_BEcBWuGm@iIe@iBGsA?
g@@m@LcCJm@AeAMqC[kDg@yCi@MC]BO@sB[Q?ODQLINCTK`DG~@CFOVGvAOnDI|
CSzJUvHCxBBpADdCDlBF~Bv@vRNbED`D?
fFGvCgAhR_@`IEfBa@bIQzBc@lBQ`AIb@yCpG_AbBw@nA{@fAcAlAaA~@cC~AoAr@cDpAaB|
@gChAeFfCyHrDaLlFsAr@mExBkKbFcEtBgElBcE`CkBpAgGhDgB`AsD|B{A|
@e@^iBhAa@R_ExAyBx@u@Z_Aj@g@Z_CnAgAl@wFfDsBnAwFtDo@h@k@l@mAvA{B|
CeTd[k@x@o@nAw@jBc@vBoA~OwExl@YbDKj@kAxE}@dCe@bAo@jAi@t@w@~@aDbDwDpC}A~@sBbB{BpBaBp
AuD~BkBtAkA|@wAx@iBj@yATi@Do@@wAGuAEcBOi@CkB?w@?
{FAsFC_CCW@_@@i@JcB^eBf@kEnAcCn@_Cr@sBf@qHvBeBf@gD|
@kCx@kI~BkBl@wBn@eBf@_Cn@yCz@gPhE}LdDwK|CoBj@wMzD}DhAuDfAkD|
@{DhAeCt@qKxC_DhAa@LgFjByBt@g@HoAHy@@a@Cw@KcAWw@[eBiAgGiFaFmEgDuCeBcBmCyBk@]g@We@Ks
@EqFMaBEoAQSGq@c@mB}Ac@c@oB{BiEiFsCqDcMuOc@U[_@Ya@m@w@aC_DYe@cBkB{AsA{AaAe@SeGsBkFc
BaCm@{G{AqLgCcG{AsCk@mA_@kBiAy@w@i@m@_@o@mAoB]MaAsAU]mA{BeBuCGKc@Qk@Oe@EU@ULsBxAwBh
B]p@MVMXSb@MZ]hBIr@G~@E~Ag@C{CGaAAqBC}A@{@DeEFy@jHk@lEcAvIUt@uDbJCN?
f@@xAqCd@iDh@sG|@iUdDoAPB^N`Ba@Jy@J_@Gk@]EKHU","rideCreationTime":"Jan 28, 2020
5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580387400000,"expEn
dTime":1580390100000,"matchPercentage":0,"uniqueID":"psgrinst_615571485","msgObjTyp
e":"psgrinst","payloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}
01-28 11:21:10.056 14808 15016 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Not handled
by NetCore
01-28 11:21:10.056 14808 15016 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
new GCM Message :
Bundle[{MsgClassName=com.disha.quickride.domain.model.PassengerRide,
MsgObject={"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"
pickupLongitude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"d
ropLongitude":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595587,"id":112628777,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Green Park Metro Station, Sri
Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","startLatitude":28.5579537,"startLongitude":77.206958,"startPoint":
{"lat":28.5579537,"lon":77.206958},"endAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","endLatitude":28.6987031,"endLongitude":77.13332609999999,"endPoint":
{"lat":28.6987031,"lon":77.13332609999999},"distance":23.261,"allowRideMatchToJoine
dGroups":false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 12:30:00 PM","expectedEndTime":"Jan 30, 2020 1:15:00
PM","status":"Requested","routePathPolyline":"kuhmDunfvMf@_GPkAVu@Re@d@_A\\g@d@g@jB
cB\\b@UWm@h@mAhAg@n@m@hASf@Wx@QpAc@hE?
XHd@PXdFd@RARJb@DXDAPA@k@GYBiH}@uAQsC]_BEcBWuGm@iIe@iBGsA?
g@@m@LcCJm@AeAMqC[kDg@yCi@MC]BO@sB[Q?ODQLINCTK`DG~@CFOVGvAOnDI|
CSzJUvHCxBBpADdCDlBF~Bv@vRNbED`D?
fFGvCgAhR_@`IEfBa@bIQzBc@lBQ`AIb@yCpG_AbBw@nA{@fAcAlAaA~@cC~AoAr@cDpAaB|
@gChAeFfCyHrDaLlFsAr@mExBkKbFcEtBgElBcE`CkBpAgGhDgB`AsD|B{A|
@e@^iBhAa@R_ExAyBx@u@Z_Aj@g@Z_CnAgAl@wFfDsBnAwFtDo@h@k@l@mAvA{B|
CeTd[k@x@o@nAw@jBc@vBoA~OwExl@YbDKj@kAxE}@dCe@bAo@jAi@t@w@~@aDbDwDpC}A~@sBbB{BpBaBp
AuD~BkBtAkA|@wAx@iBj@yATi@Do@@wAGuAEcBOi@CkB?w@?
{FAsFC_CCW@_@@i@JcB^eBf@kEnAcCn@_Cr@sBf@qHvBeBf@gD|
@kCx@kI~BkBl@wBn@eBf@_Cn@yCz@gPhE}LdDwK|CoBj@wMzD}DhAuDfAkD|
@{DhAeCt@qKxC_DhAa@LgFjByBt@g@HoAHy@@a@Cw@KcAWw@[eBiAgGiFaFmEgDuCeBcBmCyBk@]g@We@Ks
@EqFMaBEoAQSGq@c@mB}Ac@c@oB{BiEiFsCqDcMuOc@U[_@Ya@m@w@aC_DYe@cBkB{AsA{AaAe@SeGsBkFc
BaCm@{G{AqLgCcG{AsCk@mA_@kBiAy@w@i@m@_@o@mAoB]MaAsAU]mA{BeBuCGKc@Qk@Oe@EU@ULsBxAwBh
B]p@MVMXSb@MZ]hBIr@G~@E~Ag@C{CGaAAqBC}A@{@DeEFy@jHk@lEcAvIUt@uDbJCN?
f@@xAqCd@iDh@sG|@iUdDoAPB^N`Ba@Jy@J_@Gk@]EKHU","rideCreationTime":"Jan 28, 2020
5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580387400000,"expEn
dTime":1580390100000,"matchPercentage":0,"uniqueID":"psgrinst_615571485","msgObjTyp
e":"psgrinst","payloadType":"full"}, IS_USER_NOTIFICATION=false,
MQTT_TOPIC_NAME=userMsg/80505609211004}]
01-28 11:21:10.057 14808 15016 I
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: MQTT Message
received
[{"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"pickupLon
gitude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"dropLongit
ude":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595587,"id":112628777,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Green Park Metro Station, Sri
Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","startLatitude":28.5579537,"startLongitude":77.206958,"startPoint":
{"lat":28.5579537,"lon":77.206958},"endAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","endLatitude":28.6987031,"endLongitude":77.13332609999999,"endPoint":
{"lat":28.6987031,"lon":77.13332609999999},"distance":23.261,"allowRideMatchToJoine
dGroups":false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 12:30:00 PM","expectedEndTime":"Jan 30, 2020 1:15:00
PM","status":"Requested","routePathPolyline":"kuhmDunfvMf@_GPkAVu@Re@d@_A\\g@d@g@jB
cB\\b@UWm@h@mAhAg@n@m@hASf@Wx@QpAc@hE?
XHd@PXdFd@RARJb@DXDAPA@k@GYBiH}@uAQsC]_BEcBWuGm@iIe@iBGsA?
g@@m@LcCJm@AeAMqC[kDg@yCi@MC]BO@sB[Q?ODQLINCTK`DG~@CFOVGvAOnDI|
CSzJUvHCxBBpADdCDlBF~Bv@vRNbED`D?
fFGvCgAhR_@`IEfBa@bIQzBc@lBQ`AIb@yCpG_AbBw@nA{@fAcAlAaA~@cC~AoAr@cDpAaB|
@gChAeFfCyHrDaLlFsAr@mExBkKbFcEtBgElBcE`CkBpAgGhDgB`AsD|B{A|
@e@^iBhAa@R_ExAyBx@u@Z_Aj@g@Z_CnAgAl@wFfDsBnAwFtDo@h@k@l@mAvA{B|
CeTd[k@x@o@nAw@jBc@vBoA~OwExl@YbDKj@kAxE}@dCe@bAo@jAi@t@w@~@aDbDwDpC}A~@sBbB{BpBaBp
AuD~BkBtAkA|@wAx@iBj@yATi@Do@@wAGuAEcBOi@CkB?w@?
{FAsFC_CCW@_@@i@JcB^eBf@kEnAcCn@_Cr@sBf@qHvBeBf@gD|
@kCx@kI~BkBl@wBn@eBf@_Cn@yCz@gPhE}LdDwK|CoBj@wMzD}DhAuDfAkD|
@{DhAeCt@qKxC_DhAa@LgFjByBt@g@HoAHy@@a@Cw@KcAWw@[eBiAgGiFaFmEgDuCeBcBmCyBk@]g@We@Ks
@EqFMaBEoAQSGq@c@mB}Ac@c@oB{BiEiFsCqDcMuOc@U[_@Ya@m@w@aC_DYe@cBkB{AsA{AaAe@SeGsBkFc
BaCm@{G{AqLgCcG{AsCk@mA_@kBiAy@w@i@m@_@o@mAoB]MaAsAU]mA{BeBuCGKc@Qk@Oe@EU@ULsBxAwBh
B]p@MVMXSb@MZ]hBIr@G~@E~Ag@C{CGaAAqBC}A@{@DeEFy@jHk@lEcAvIUt@uDbJCN?
f@@xAqCd@iDh@sG|@iUdDoAPB^N`Ba@Jy@J_@Gk@]EKHU","rideCreationTime":"Jan 28, 2020
5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580387400000,"expEn
dTime":1580390100000,"matchPercentage":0,"uniqueID":"psgrinst_615571485","msgObjTyp
e":"psgrinst","payloadType":"full"}] from topic [userMsg/80505609211004]
01-28 11:21:10.286 14808 14808 I cr_BrowserStartup: Initializing chromium process,
singleProcess=false
01-28 11:21:11.117 14808 15016 W FirebaseMessaging: Message ack failed:
java.util.concurrent.TimeoutException: Timed out waiting for Task
01-28 11:21:11.428 14808 15049 D b : getData: response code:200
01-28 11:21:11.429 14808 15049 D b : POST:
https://pn.netcoresmartech.com/pn_register ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200128112108,"lat":null,"lng":
null,"adid":"","oldToken":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp
9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sessionid":"1580190668020","tx":"1580190668046","eventid":"25","token":"eguMVjeN_
q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
} --- 200 OK {"status":"success","panelStatus":"1"}
01-28 11:21:11.434 14808 14965 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=0281d01f-e757-4d99-89a9-250f47f11418,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-28 11:21:11.880 14808 15025 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Resuming complete
user session
01-28 11:21:11.886 14808 15025 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580169071881
01-28 11:21:11.887 14808 15025 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 0
01-28 11:21:11.916 14808 15025 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 4 messages read
from persistence
01-28 11:21:11.917 14808 15025 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Initializing
unprocessed messages from persistence
01-28 11:21:11.930 14808 15025 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 1 unprocessed
messages read from persistence
01-28 11:21:11.932 14808 15025 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580169071930
01-28 11:21:11.932 14808 15025 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 0
01-28 11:21:11.950 14808 15025 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 4 messages read
from persistence
01-28 11:21:11.950 14808 15025 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Initializing
unprocessed messages from persistence
01-28 11:21:11.953 14808 15025 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 1 unprocessed
messages read from persistence
01-28 11:21:11.957 14808 15025 D
com.disha.quickride.androidapp.usermgmt.UserMessageListener:
subscribeToUserMsgUpdates
01-28 11:21:11.958 14808 15025 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Adding topic name
to subscriptions queue :userMsg/80505609211004
01-28 11:21:11.958 14808 15025 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"pickupLong
itude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"dropLongitu
de":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595583,"id":112628776,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","startLatitude":28.6987031,"startLongitude":77.13332609999999,"startPoint":
{"lat":28.6987031,"lon":77.13332609999999},"endAddress":"Green Park Metro Station,
Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","endLatitude":28.5579537,"endLongitude":77.206958,"endPoint":
{"lat":28.5579537,"lon":77.206958},"distance":24.25,"allowRideMatchToJoinedGroups":
false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 2:30:39 AM","expectedEndTime":"Jan 30, 2020 3:12:39
AM","status":"Requested","routePathPolyline":"sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O
_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcEdA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@
G[O[g@k@y@s@[Ka@AUDWNGFO\\Ed@?RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\\|A`A\\ZTT|
@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\\L|Bj@lH|AvB`@`Dp@jGxA~D|@|
@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|GjIlCbDfCtCXVdBvBbCxClChD|
AbBr@~@x@j@\\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@
[xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\\kAXs
ALmAH_BPkFFg@l@gJb@eI\\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?
^Af@Jp@ApADpDPfCPtGh@|Fj@`BLfCXLCRI","rideCreationTime":"Jan 28, 2020 5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580351439000,"expEn
dTime":1580353959000,"matchPercentage":0,"uniqueID":"psgrinst_615571482","msgObjTyp
e":"psgrinst","payloadType":"full"}
01-28 11:21:12.036 14808 15282 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-28 11:21:12.036 14808 15282 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-28 11:21:12.157 14808 15025 I
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: checking
if location update is required based on ride start time
01-28 11:21:12.157 14808 15025 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-28 11:21:12.174 14808 15025 D
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: Service
running status : false
01-28 11:21:12.177 14808 15025 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@81fca83
01-28 11:21:12.201 14808 15284 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 11:21:12.207 14808 15283 D
com.disha.quickride.androidapp.myrides.cache.ScheduleNotificationUpdateWorkersAsync
Task: Created periodic OneTimeWorkRequest
01-28 11:21:12.210 14808 15025 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"pickupLong
itude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"dropLongitu
de":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595587,"id":112628777,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Green Park Metro Station, Sri
Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","startLatitude":28.5579537,"startLongitude":77.206958,"startPoint":
{"lat":28.5579537,"lon":77.206958},"endAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","endLatitude":28.6987031,"endLongitude":77.13332609999999,"endPoint":
{"lat":28.6987031,"lon":77.13332609999999},"distance":23.261,"allowRideMatchToJoine
dGroups":false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 12:30:00 PM","expectedEndTime":"Jan 30, 2020 1:15:00
PM","status":"Requested","routePathPolyline":"kuhmDunfvMf@_GPkAVu@Re@d@_A\\g@d@g@jB
cB\\b@UWm@h@mAhAg@n@m@hASf@Wx@QpAc@hE?
XHd@PXdFd@RARJb@DXDAPA@k@GYBiH}@uAQsC]_BEcBWuGm@iIe@iBGsA?
g@@m@LcCJm@AeAMqC[kDg@yCi@MC]BO@sB[Q?ODQLINCTK`DG~@CFOVGvAOnDI|
CSzJUvHCxBBpADdCDlBF~Bv@vRNbED`D?
fFGvCgAhR_@`IEfBa@bIQzBc@lBQ`AIb@yCpG_AbBw@nA{@fAcAlAaA~@cC~AoAr@cDpAaB|
@gChAeFfCyHrDaLlFsAr@mExBkKbFcEtBgElBcE`CkBpAgGhDgB`AsD|B{A|
@e@^iBhAa@R_ExAyBx@u@Z_Aj@g@Z_CnAgAl@wFfDsBnAwFtDo@h@k@l@mAvA{B|
CeTd[k@x@o@nAw@jBc@vBoA~OwExl@YbDKj@kAxE}@dCe@bAo@jAi@t@w@~@aDbDwDpC}A~@sBbB{BpBaBp
AuD~BkBtAkA|@wAx@iBj@yATi@Do@@wAGuAEcBOi@CkB?w@?
{FAsFC_CCW@_@@i@JcB^eBf@kEnAcCn@_Cr@sBf@qHvBeBf@gD|
@kCx@kI~BkBl@wBn@eBf@_Cn@yCz@gPhE}LdDwK|CoBj@wMzD}DhAuDfAkD|
@{DhAeCt@qKxC_DhAa@LgFjByBt@g@HoAHy@@a@Cw@KcAWw@[eBiAgGiFaFmEgDuCeBcBmCyBk@]g@We@Ks
@EqFMaBEoAQSGq@c@mB}Ac@c@oB{BiEiFsCqDcMuOc@U[_@Ya@m@w@aC_DYe@cBkB{AsA{AaAe@SeGsBkFc
BaCm@{G{AqLgCcG{AsCk@mA_@kBiAy@w@i@m@_@o@mAoB]MaAsAU]mA{BeBuCGKc@Qk@Oe@EU@ULsBxAwBh
B]p@MVMXSb@MZ]hBIr@G~@E~Ag@C{CGaAAqBC}A@{@DeEFy@jHk@lEcAvIUt@uDbJCN?
f@@xAqCd@iDh@sG|@iUdDoAPB^N`Ba@Jy@J_@Gk@]EKHU","rideCreationTime":"Jan 28, 2020
5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580387400000,"expEn
dTime":1580390100000,"matchPercentage":0,"uniqueID":"psgrinst_615571485","msgObjTyp
e":"psgrinst","payloadType":"full"}
01-28 11:21:12.323 14808 15025 I
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: checking
if location update is required based on ride start time
01-28 11:21:12.324 14808 15025 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-28 11:21:12.324 14808 15025 D
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: Service
running status : false
01-28 11:21:12.325 14808 15025 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@3d42acf
01-28 11:21:12.336 14808 14922 D
com.disha.quickride.androidapp.myrides.cache.ScheduleNotificationUpdateWorkersAsync
Task: Created periodic OneTimeWorkRequest
01-28 11:21:12.347 14808 15024 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 11:21:12.371 14808 15025 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"pickupLong
itude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"dropLongitu
de":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595583,"id":112628776,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","startLatitude":28.6987031,"startLongitude":77.13332609999999,"startPoint":
{"lat":28.6987031,"lon":77.13332609999999},"endAddress":"Green Park Metro Station,
Sri Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","endLatitude":28.5579537,"endLongitude":77.206958,"endPoint":
{"lat":28.5579537,"lon":77.206958},"distance":24.25,"allowRideMatchToJoinedGroups":
false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 2:30:39 AM","expectedEndTime":"Jan 30, 2020 3:12:39
AM","status":"Requested","routePathPolyline":"sfdnDwbxuMIV@DVPVNNBT@pAQBCSaCa@B]?]O
_@UmBiBuEaEoAeAGENS`A_Br@iAjF}JjBoEtAcEdA_DrAmE`CuHxAcEjB{FjAiE`BsHvF{VvAkGZaBBYEg@
G[O[g@k@y@s@[Ka@AUDWNGFO\\Ed@?RJb@v@nA`A`@nBz@lC|@tAZtF|@hNxBtA\\|A`A\\ZTT|
@hAlDbGtCxE`CdElKdQ|HvMhAlAl@d@tAx@\\L|Bj@lH|AvB`@`Dp@jGxA~D|@|
@Rz@TfDhAjGpBjBr@f@X|AfAl@f@tB~BlAxAtBnC|GjIlCbDfCtCXVdBvBbCxClChD|
AbBr@~@x@j@\\Pj@LdERbFNh@Fd@R`@Rb@XlHpG~@|
@`EpDnFpEzApAdBhAx@\\RF~@Ph@D~A@hAMbBe@r@YhBo@rBq@hBq@pBq@tLiDpBm@dCq@zBs@r@U`EcAt@
[xCw@rFyA~EwAfNyDzBo@`W_HnAa@^SpBi@pBe@xCy@xLkDzMuDxK_DfMkDdGcBlAQ^C`AA~@?fBFbCBrD?
zDCzB@TBh@@^CVG`A]RC`A@hA@dAEhAQd@Or@a@fC}AlCsBtAmAbA{@jDwB|
AeAfHoFhAy@pBoB`B{Bn@gAtAgDNs@j@yENo@Nc@P}@d@oFp@kKVgCv@aLbBwR`@kEZaBj@_B^u@p@eA|
GaKhDiFxEyGjDcFh@o@v@{@fAw@lBoAfDuBfF}C`GyDxC_BzDyAtCaAb@S~@e@Z]vEyCdHeEjHiEhC}A`Dg
BvFsCtAq@bHaD~GiDtCeAvE}BzDeBvE}BrIgE`BcAvC}AbB}@~@i@j@e@lB_BtAuAjBiCtAcC~CeH\\kAXs
ALmAH_BPkFFg@l@gJb@eI\\
{GLuC@}@@sAEgAAsBI{DK{Bq@aSEqBMwFCaDVyHXsOFwCAqASiAQk@uC_F_@aAKu@Ay@Bc@Nk@Nc@Xe@b@o
@\\EVEVEVBVHPLPd@D^AdABTHRJHp@j@\\b@bFx@f@JdFt@hBVLCTA~@Cx@CzB?
^Af@Jp@ApADpDPfCPtGh@|Fj@`BLfCXLCRI","rideCreationTime":"Jan 28, 2020 5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580351439000,"expEn
dTime":1580353959000,"matchPercentage":0,"uniqueID":"psgrinst_615571482","msgObjTyp
e":"psgrinst","payloadType":"full"}
01-28 11:21:12.512 14808 15025 I
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: checking
if location update is required based on ride start time
01-28 11:21:12.512 14808 15025 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-28 11:21:12.520 14808 15025 D
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: Service
running status : false
01-28 11:21:12.521 14808 15025 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@eb14f66
01-28 11:21:12.555 14808 15026 D
com.disha.quickride.androidapp.myrides.cache.ScheduleNotificationUpdateWorkersAsync
Task: Created periodic OneTimeWorkRequest
01-28 11:21:12.584 14808 15025 D
com.disha.quickride.androidapp.event.EventServiceUtils: Parsing new message :
{"rideId":0,"riderId":0,"points":0.0,"noOfSeats":1,"pickupLatitude":0.0,"pickupLong
itude":0.0,"overLappingDistance":0.0,"ridePassId":0,"dropLatitude":0.0,"dropLongitu
de":0.0,"taxiRideId":0,"newFare":-
1.0,"preferredRider":false,"pkTime":0,"dpTime":0,"pymtType":"INAPP","autoConfirm":f
alse,"routeId":61519196595587,"id":112628777,"userId":80505609211004,"userName":"Ya
sh Ahuja","rideType":"Passenger","startAddress":"Green Park Metro Station, Sri
Aurobindo Marg, Block A, Green Park, New Delhi, Delhi,
India","startLatitude":28.5579537,"startLongitude":77.206958,"startPoint":
{"lat":28.5579537,"lon":77.206958},"endAddress":"Ek-Jyot Apartments, Shyamji
Krishna Varma Marg, Saraswati Vihar, Pitampura, Delhi,
India","endLatitude":28.6987031,"endLongitude":77.13332609999999,"endPoint":
{"lat":28.6987031,"lon":77.13332609999999},"distance":23.261,"allowRideMatchToJoine
dGroups":false,"showMeToJoinedGroups":false,"appName":"Quick
Ride","cancelledByStatus":false,"userContactNo":0,"durationInTraffic":0,"startTime"
:"Jan 30, 2020 12:30:00 PM","expectedEndTime":"Jan 30, 2020 1:15:00
PM","status":"Requested","routePathPolyline":"kuhmDunfvMf@_GPkAVu@Re@d@_A\\g@d@g@jB
cB\\b@UWm@h@mAhAg@n@m@hASf@Wx@QpAc@hE?
XHd@PXdFd@RARJb@DXDAPA@k@GYBiH}@uAQsC]_BEcBWuGm@iIe@iBGsA?
g@@m@LcCJm@AeAMqC[kDg@yCi@MC]BO@sB[Q?ODQLINCTK`DG~@CFOVGvAOnDI|
CSzJUvHCxBBpADdCDlBF~Bv@vRNbED`D?
fFGvCgAhR_@`IEfBa@bIQzBc@lBQ`AIb@yCpG_AbBw@nA{@fAcAlAaA~@cC~AoAr@cDpAaB|
@gChAeFfCyHrDaLlFsAr@mExBkKbFcEtBgElBcE`CkBpAgGhDgB`AsD|B{A|
@e@^iBhAa@R_ExAyBx@u@Z_Aj@g@Z_CnAgAl@wFfDsBnAwFtDo@h@k@l@mAvA{B|
CeTd[k@x@o@nAw@jBc@vBoA~OwExl@YbDKj@kAxE}@dCe@bAo@jAi@t@w@~@aDbDwDpC}A~@sBbB{BpBaBp
AuD~BkBtAkA|@wAx@iBj@yATi@Do@@wAGuAEcBOi@CkB?w@?
{FAsFC_CCW@_@@i@JcB^eBf@kEnAcCn@_Cr@sBf@qHvBeBf@gD|
@kCx@kI~BkBl@wBn@eBf@_Cn@yCz@gPhE}LdDwK|CoBj@wMzD}DhAuDfAkD|
@{DhAeCt@qKxC_DhAa@LgFjByBt@g@HoAHy@@a@Cw@KcAWw@[eBiAgGiFaFmEgDuCeBcBmCyBk@]g@We@Ks
@EqFMaBEoAQSGq@c@mB}Ac@c@oB{BiEiFsCqDcMuOc@U[_@Ya@m@w@aC_DYe@cBkB{AsA{AaAe@SeGsBkFc
BaCm@{G{AqLgCcG{AsCk@mA_@kBiAy@w@i@m@_@o@mAoB]MaAsAU]mA{BeBuCGKc@Qk@Oe@EU@ULsBxAwBh
B]p@MVMXSb@MZ]hBIr@G~@E~Ag@C{CGaAAqBC}A@{@DeEFy@jHk@lEcAvIUt@uDbJCN?
f@@xAqCd@iDh@sG|@iUdDoAPB^N`Ba@Jy@J_@Gk@]EKHU","rideCreationTime":"Jan 28, 2020
5:43:20
AM","regularRideId":0,"customRoute":false,"version":0,"stTime":1580387400000,"expEn
dTime":1580390100000,"matchPercentage":0,"uniqueID":"psgrinst_615571485","msgObjTyp
e":"psgrinst","payloadType":"full"}
01-28 11:21:12.590 14808 14860 I disha.quickrid: Waiting for a blocking GC
ProfileSaver
01-28 11:21:12.597 14808 15284 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 11:21:12.602 14808 15002 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
--------- beginning of system
01-28 11:21:12.644 14808 14894 I ActivityThread: Removing dead content
provider:android.content.ContentProviderProxy@2a73233
01-28 11:21:12.669 14808 14860 I disha.quickrid: WaitForGcToComplete blocked
ProfileSaver on ClassLinker for 78.617ms
01-28 11:21:12.678 14808 15025 I
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: checking
if location update is required based on ride start time
01-28 11:21:12.678 14808 15025 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-28 11:21:12.771 14808 15024 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 11:21:12.837 14808 14890 E GraphResponse: {HttpStatus: 400, errorCode: 43003,
subErrorCode: -1, errorType: OAuthException, errorMessage: (#43003) App button auto
detection is disabled}
01-28 11:21:12.869 14808 15025 D
com.disha.quickride.androidapp.rideview.location.LocationChangeListener: Service
running status : false
01-28 11:21:12.869 14808 15025 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Marking message as
processed : [B@c0c78c6
01-28 11:21:12.870 14808 15283 D
com.disha.quickride.androidapp.myrides.cache.ScheduleNotificationUpdateWorkersAsync
Task: Created periodic OneTimeWorkRequest
01-28 11:21:12.910 14808 15283 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 11:21:12.915 14808 15025 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Establishing event
service connection
01-28 11:21:13.076 14808 15002 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 11:21:13.437 14808 15283 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 11:21:18.597 14808 14915 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=0aa8d251-804c-4956-8dc6-a185d6524ad1,
tags={ in.netcore.smartechfcm.workmanager.SlaveDBSyncWorker } ]
--------- beginning of main
01-28 11:44:04.032 19801 19801 E disha.quickrid: Not starting debugger since
process cannot load the jdwp agent.
01-28 11:44:04.281 19801 19801 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 11:44:04.378 19801 19801 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-28 11:44:04.378 19801 19801 W disha.quickrid: JIT profile information will not
be recorded: profile file does not exits.
01-28 11:44:04.397 19801 19801 I Perf : Connecting to perf service.
01-28 11:44:04.417 19801 19801 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is instantiated
01-28 11:44:04.420 19801 19801 I MultiDex: VM with version 2.1.0 has multidex
support
01-28 11:44:04.420 19801 19801 I MultiDex: Installing application
01-28 11:44:04.420 19801 19801 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-28 11:44:04.420 19801 19801 I MultiDex: Installing application
01-28 11:44:04.420 19801 19801 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
01-28 11:44:04.480 19801 19801 I FirebaseInitProvider: FirebaseApp initialization
successful
01-28 11:44:04.485 19801 19801 I CrashlyticsInitProvider: CrashlyticsInitProvider
skipping initialization
01-28 11:44:04.529 19801 19801 E Apxor : App Id is empty or null, couldn't
initialize ApxorSDK
01-28 11:44:04.530 19801 19883 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
01-28 11:44:04.532 19801 19883 I DpmTcmClient: RegisterTcmMonitor from: $Proxy0
01-28 11:44:04.574 19801 19801 D
com.disha.quickride.androidapp.startup.QuickRideApplication: QuickRideApplication
is created
01-28 11:44:04.574 19801 19801 V Font : Change font:1
01-28 11:44:04.575 19801 19801 V Font : Default
family:android.graphics.Typeface@3324ec54
01-28 11:44:04.575 19801 19801 D
com.disha.quickride.androidapp.startup.QuickRideApplication: enabled https
protocols null
01-28 11:44:04.710 19801 19899 I CrashlyticsCore: Initializing Crashlytics 2.6.8.32
01-28 11:44:04.722 19801 19878 I FA : App measurement is starting up, version:
15300
01-28 11:44:04.722 19801 19878 I FA : To enable debug logging run: adb shell
setprop log.tag.FA VERBOSE
01-28 11:44:04.722 19801 19878 I FA : To enable faster debug mode event
logging run:
01-28 11:44:04.722 19801 19878 I FA : adb shell setprop
debug.firebase.analytics.app com.disha.quickride
01-28 11:44:04.743 19801 19899 W com.facebook.appevents.AppEventsLogger:
activateApp events are being logged automatically. There's no need to call
activateApp explicitly, this is safe to remove.
01-28 11:44:04.753 19801 19801 E a : Value of SMT_USE_AD_ID : null
01-28 11:44:04.754 19801 19801 D NetcoreSDK: readConfig: null
01-28 11:44:04.764 19801 19899 I GAv4 : Google Analytics 12.4.51 is starting up.
To enable debug logging on a device run:
01-28 11:44:04.764 19801 19899 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG
01-28 11:44:04.764 19801 19899 I GAv4 : adb logcat -s GAv4
01-28 11:44:04.824 19801 19801 I CleverTap: Activity Lifecycle Callback
successfully registered
01-28 11:44:04.825 19801 19801 I CleverTap: Account Region not specified in the
AndroidManifest - using default region
01-28 11:44:04.841 19801 19801 I CleverTap: CleverTap SDK initialized with
accountId: 677-74Z-765Z accountToken: 14a-aa6 accountRegion: null
01-28 11:44:04.843 19801 19801 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-28 11:44:04.843 19801 19801 W Adjust : PRODUCTION: Adjust is running in
Production mode. Use this setting only for the build that you want to publish. Set
the environment to `sandbox` if you want to test your app!
01-28 11:44:04.857 19801 19986 I CleverTap: SDK Version Code is 30501
01-28 11:44:04.858 19801 19986 I CleverTap: CTPushNotificationReceiver is present
01-28 11:44:04.859 19801 19986 I CleverTap: InstallReferrerBroadcastReceiver is
present
01-28 11:44:04.861 19801 19986 I CleverTap: CTNotificationIntentService not present
01-28 11:44:04.864 19801 19986 I CleverTap: CTBackgroundJobService is present
01-28 11:44:04.866 19801 19986 I CleverTap: CTBackgroundIntentService is present
01-28 11:44:04.870 19801 19986 I CleverTap: InAppNotificationActivity is present
01-28 11:44:04.875 19801 19986 I CleverTap: FcmMessageListenerService not present
01-28 11:44:04.876 19801 19986 I CleverTap: FcmTokenListenerService not present
01-28 11:44:04.881 19801 19801 D
com.disha.quickride.androidapp.startup.QuickRideApplication: Initializing Session
Manager
01-28 11:44:04.884 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Resuming
user session
01-28 11:44:04.884 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
createNewSessionManager
01-28 11:44:04.889 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionManager: Found Persistent
session for user 80505609211004
01-28 11:44:04.894 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionManager: Entering
onResumeUserSession
01-28 11:44:04.895 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager@9338982
01-28 11:44:04.902 19801 19887 W DynamiteModule: Local module descriptor class for
providerinstaller not found.
01-28 11:44:04.903 19801 19994 D
com.disha.quickride.androidapp.common.serverConfig.ClientConfigurationModuleSession
Manager: Resuming basic user session
01-28 11:44:04.997 19801 19995 E Perf : Fail to get file list
com.disha.quickride
01-28 11:44:04.998 19801 19995 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-28 11:44:04.999 19801 19995 E Perf : Fail to get file list oat
01-28 11:44:04.999 19801 19995 E Perf : getFolderSize() : Exception_1 =
java.lang.NullPointerException: Attempt to get length of null array
01-28 11:44:05.019 19801 19986 I CleverTap:677-74Z-765Z: Notification channel
promopush has been created
01-28 11:44:05.020 19801 19986 I CleverTap:677-74Z-765Z: Notification channel
offerspush has been created
01-28 11:44:05.021 19801 19986 I CleverTap:677-74Z-765Z: Notification channel
notifypush has been created
01-28 11:44:05.027 19801 19994 W Java7Support: Unable to load JDK7 types
(annotations, java.nio.file.Path): no Java7 support added
01-28 11:44:05.064 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager@f89dd9a
01-28 11:44:05.064 19801 19994 D
com.disha.quickride.androidapp.usermgmt.UserModuleSessionManager: Resume basic user
session
01-28 11:44:05.091 19801 19899 D AppsFlyer_4.9.0: Initializing AppsFlyer SDK:
(v4.9.0.184)
01-28 11:44:05.092 19801 19899 D AppsFlyer_4.9.0: Done loading properties: true
01-28 11:44:05.218 19801 19887 I DynamiteModule: Considering local module
providerinstaller:0 and remote module providerinstaller:0
01-28 11:44:05.219 19801 19887 W ProviderInstaller: Failed to load
providerinstaller module: No acceptable module found. Local version is 0 and remote
version is 0.
01-28 11:44:05.245 19801 20054 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: New GCM
message received : {af-uinstall-tracking=true}
01-28 11:44:05.249 19801 19887 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 11:44:05.258 19801 20054 E b : Error: No value for data
01-28 11:44:05.259 19801 20054 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Not handled
by NetCore
01-28 11:44:05.259 19801 20054 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Session is
not yet initialized; will queue up the message and process after session is
initialized
01-28 11:44:05.279 19801 19887 I disha.quickrid: The ClassLoaderContext is a
special shared library.
01-28 11:44:05.466 19801 19946 I ApxorSDK: ApxorSDK(v258) successfully initialized
for: d25af8de489a0ca420f9540aed14013a
01-28 11:44:05.494 19801 19887 V NativeCrypto: Registering
com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods...
01-28 11:44:05.522 19801 19887 I ProviderInstaller: Installed default security
provider GmsCore_OpenSSL
01-28 11:44:05.523 19801 19801 D
com.disha.quickride.androidapp.startup.QuickRideApplication:
ProviderInstaller.installIfNeededAsync onProviderInstalled
01-28 11:44:05.532 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.event.EventModuleSessionManager@bd0cc19
01-28 11:44:05.534 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionManager: Performing session
change operation on
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler@118d6bf
01-28 11:44:05.534 19801 19994 I
com.disha.quickride.androidapp.ridemgmt.RideMgmtModuleSessionHandler:
resumeBasicUserSession
01-28 11:44:05.769 19801 20136 D SlaveNetworkWorker: not matched:
01-28 11:44:05.822 19801 19994 I
com.disha.quickride.androidapp.myrides.cache.MyActiveRidesCache: getting active
rides of user after the current time
01-28 11:44:05.823 19801 19994 D
com.disha.quickride.androidapp.myrides.cache.MyClosedRidesCache: Loading closed
rides from local database
01-28 11:44:05.826 19801 19994 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all rider rides from databse
01-28 11:44:05.830 19801 19994 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all passenger rides
01-28 11:44:05.834 19801 19994 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-28 11:44:05.839 19801 19994 D
com.disha.quickride.androidapp.myrides.cache.MyCompletedRidesCachePersistenceHelper
: getting all regular passenger rides
01-28 11:44:05.859 19801 19994 I
com.disha.quickride.androidapp.usermgmt.cache.UserDataCache: getting of user name
01-28 11:44:05.860 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Session
change operation completed successfully
01-28 11:44:05.860 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask: Session
resume operation completed
01-28 11:44:05.860 19801 19994 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: Getting FCM
token to update to server for user : 80505609211004
01-28 11:44:05.861 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation completed successfully
01-28 11:44:05.861 19801 19994 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
all GCM messages arrived before session was initialized
01-28 11:44:05.861 19801 19994 D
com.disha.quickride.androidapp.notification.QuickRideGCMIntentService: Processing
new GCM Message : Bundle[{af-uinstall-tracking=true}]
01-28 11:44:05.861 19801 19801 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationHelper: FCM token
for userId : 80505609211004 is :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-28 11:44:05.863 19801 20154 D
com.disha.quickride.androidapp.notification.FCMTokenRegistrationAsyncTask: Updating
client device id to server :
eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC
01-28 11:44:05.872 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Starting
WatchdogService
01-28 11:44:05.881 19801 20154 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService with httpRequestMethod = PUT
01-28 11:44:05.881 19801 20153 D
com.disha.quickride.androidapp.startup.session.SetUserIdIdentifierToFabricAsyncTask
: UserId set to Fabric
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: Error
while starting QuickRideWatchdogService
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController:
java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.disha.quickride/.androidapp.watchdog.QuickRideWatchdogService }: app is
in background uid UidRecord{7d2e2e6 u0a450 TRNB idle procs:1 seq(0,0,0)}
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startServiceCommon(ContextImpl.java:1650)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.app.ContextImpl.startService(ContextImpl.java:1605)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.content.ContextWrapper.startService(ContextWrapper.java:669)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.startWatchd
ogServiceAndAlarmManager(SourceFile:335)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.sessionChan
geOperationCompleted(SourceFile:316)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionManagerController.resumeUserS
ession(SourceFile:120)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionResumeAsyncTask.performSessio
nInitializationOperation(SourceFile:21)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:57)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask.doInBackground
(SourceFile:15)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
android.os.AsyncTask$3.call(AsyncTask.java:378)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-28 11:44:05.911 19801 19994 E
com.disha.quickride.androidapp.startup.session.SessionManagerController: at
java.lang.Thread.run(Thread.java:919)
01-28 11:44:05.911 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionManagerController: Setting
alarm to ensure watchdog service is started if Android does not restart
01-28 11:44:05.931 19801 20136 I WebViewFactory: Loading com.google.android.webview
version 74.0.3729.157 (code 373015758)
01-28 11:44:06.225 19801 19994 D
com.disha.quickride.androidapp.startup.session.SessionSetupAsyncTask: Session
change operation took 1342 ms
01-28 11:44:06.308 19801 20154 D
com.disha.quickride.androidapp.common.AndroidRestClient.AndroidClientLogger:
RestClient.callService response code : 200
01-28 11:44:06.554 19801 20136 I cr_LibraryLoader: Time to load native libraries: 2
ms (timestamps 2755-2757)
01-28 11:44:06.653 19801 19801 I chromium: [INFO:library_loader_hooks.cc(50)]
Chromium logging enabled: level = 0, default verbosity = 0
01-28 11:44:06.662 19801 19801 I cr_LibraryLoader: Expected native library version
number "74.0.3729.157", actual native library version number "74.0.3729.157"
01-28 11:44:06.731 19801 20277 W cr_ChildProcLH: Create a new
ChildConnectionAllocator with package name = com.google.android.webview, sandboxed
= true
01-28 11:44:06.963 19801 19801 I cr_BrowserStartup: Initializing chromium process,
singleProcess=false
01-28 11:44:08.257 19801 19888 E GraphResponse: {HttpStatus: 400, errorCode: 43003,
subErrorCode: -1, errorType: OAuthException, errorMessage: (#43003) App button auto
detection is disabled}
01-28 11:44:08.274 19801 20136 D b : getData: response code:200
01-28 11:44:08.275 19801 20136 D b : POST:
https://pn.netcoresmartech.com/pn_register ->
{"appid":"d25af8de489a0ca420f9540aed14013a","pushid":"7e30f1fa-c105-4964-bbc5-
77aac2c0d007","identity":"80505609211004","ostype":"Android","make":"OnePlus","mode
l":"GM1901","osversion":"10","appname":"Quick
Ride","appversion":"9.42","sdkversion":"2.2.1","cts":200128114404,"lat":null,"lng":
null,"adid":"","oldToken":"eguMVjeN_q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp
9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
,"sessionid":"1580192044709","tx":"1580192044734","eventid":"25","token":"eguMVjeN_
q0:APA91bGCu6T_3PfNJncyQzww1FvV08zhdoJjCGXzznTp9j_tUNXOcDg_--
kv1gul2gmReQmo1AG1QxQvRhC9stl0GmJIaXtw2oMYaAVennaacfYVjZag2MxrV6AO90ETnL02B2b4FFVC"
} --- 200 OK {"status":"success","panelStatus":"1"}
01-28 11:44:08.279 19801 19920 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=c0c5646e-92e5-4c95-8399-d84d0cc3fd95,
tags={ in.netcore.smartechfcm.workmanager.SlaveNetworkWorker } ]
01-28 11:44:08.860 19801 20151 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Resuming complete
user session
01-28 11:44:08.863 19801 20151 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580170448860
01-28 11:44:08.864 19801 20151 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 0
01-28 11:44:08.879 19801 20151 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 4 messages read
from persistence
01-28 11:44:08.879 19801 20151 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Initializing
unprocessed messages from persistence
01-28 11:44:08.882 19801 20151 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 0 unprocessed
messages read from persistence
01-28 11:44:08.884 19801 20151 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: Purging old
messages with condition : time <= 1580170448883
01-28 11:44:08.885 19801 20151 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: No of old
messages purged : 0
01-28 11:44:08.898 19801 20151 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 4 messages read
from persistence
01-28 11:44:08.898 19801 20151 D
com.disha.quickride.androidapp.event.LocationUpdateEventServiceProxy: Initializing
unprocessed messages from persistence
01-28 11:44:08.901 19801 20151 D
com.disha.quickride.androidapp.event.EventServicePersistenceHelper: 0 unprocessed
messages read from persistence
01-28 11:44:08.902 19801 20151 D
com.disha.quickride.androidapp.usermgmt.UserMessageListener:
subscribeToUserMsgUpdates
01-28 11:44:08.902 19801 20151 D
com.disha.quickride.androidapp.event.RideMgmtEventServiceProxy: Adding topic name
to subscriptions queue :userMsg/80505609211004
01-28 11:44:08.913 19801 20151 D
com.disha.quickride.androidapp.event.EventModuleSessionManager: Establishing event
service connection
01-28 11:44:08.914 19801 20151 I
com.disha.quickride.androidapp.event.EventServiceConnection: Mqtt connect called
01-28 11:44:08.914 19801 20151 D
com.disha.quickride.androidapp.event.EventServiceConnection: brokerURLs
01-28 11:44:10.813 19801 19941 I WM-WorkerWrapper: Worker result SUCCESS for Work [
id=0aa8d251-804c-4956-8dc6-a185d6524ad1,
tags={ in.netcore.smartechfcm.workmanager.SlaveDBSyncWorker } ]

You might also like