Closed teddyhoo closed 6 years ago
08-19 09:55:53.391 22194-22194/com.leashtime.sitterapp E/AndroidRuntime: FATAL EXCEPTION: main Process: com.leashtime.sitterapp, PID: 22194 java.lang.RuntimeException: Unable to stop activity {com.leashtime.sitterapp/com.leashtime.sitterapp.MainActivity}: java.lang.IllegalArgumentException: Service not registered: com.leashtime.sitterapp.MainActivity$1@cbc14ad at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:4711) at android.app.ActivityThread.handleStopActivity(ActivityThread.java:4775) at android.app.ActivityThread.access$1400(ActivityThread.java:222) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1825) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:158) at android.app.ActivityThread.main(ActivityThread.java:7230) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120) Caused by: java.lang.IllegalArgumentException: Service not registered: com.leashtime.sitterapp.MainActivity$1@cbc14ad at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1156) at android.app.ContextImpl.unbindService(ContextImpl.java:1457) at android.content.ContextWrapper.unbindService(ContextWrapper.java:644) at com.leashtime.sitterapp.MainActivity.onStop(MainActivity.java:305) at android.app.Instrumentation.callActivityOnStop(Instrumentation.java:1307) at android.app.Activity.performStop(Activity.java:7071) at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:4708) at android.app.ActivityThread.handleStopActivity(ActivityThread.java:4775) at android.app.ActivityThread.access$1400(ActivityThread.java:222) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1825) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:158) at android.app.ActivityThread.main(ActivityThread.java:7230) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
This issue is resolved. When leaving the main activity view, the TrackerSitterService has to be pushed into the foreground, then back into background. This is kind of like a null pointer exception. If you rapidly cycle the views, going back and forth, you might catch Tracker in interim state thus causing this exception.
I/System.out: Request{method=GET, url=https://leashtime.com/native-prov-multiday-list.php?loginid=bball1&password=bball1&start=2018-07-19&end=2018-09-08&firstLogin=1&clientdocs=complete, tag=null} E/AndroidRuntime: FATAL EXCEPTION: Thread-15371 Process: com.leashtime.sitterapp, PID: 13174 android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:8147) at android.view.ViewRootImpl.invalidateChildInParent(ViewRootImpl.java:1258) at android.view.ViewGroup.invalidateChild(ViewGroup.java:5430) at android.view.View.invalidateInternal(View.java:13928) at android.view.View.invalidate(View.java:13892) at android.view.View.invalidate(View.java:13876) at android.widget.ImageView.invalidateDrawable(ImageView.java:262) at android.graphics.drawable.Drawable.invalidateSelf(Drawable.java:844) at android.graphics.drawable.Drawable.setVisible(Drawable.java:1575) at android.widget.ImageView.onDetachedFromWindow(ImageView.java:1511) at android.view.View.dispatchDetachedFromWindow(View.java:15847) at android.view.ViewGroup.dispatchDetachedFromWindow(ViewGroup.java:3374) at android.view.ViewGroup.dispatchDetachedFromWindow(ViewGroup.java:3374) at android.view.ViewGroup.dispatchDetachedFromWindow(ViewGroup.java:3374) at android.view.ViewGroup.removeAllViewsInLayout(ViewGroup.java:5138) at com.leashtime.sitterapp.MainActivity.getVisits(MainActivity.java:368) at com.leashtime.sitterapp.MainActivity.loginWithNewCredentials(MainActivity.java:337) at com.leashtime.sitterapp.MainActivity$MainUiThreadUpdate.run(MainActivity.java:137) I/System.out: Recycle view get / set adapter and NOT NULL I/System.out: Request{method=GET, url=https://leashtime.com/native-prov-multiday-list.php?loginid=bball1&password=bball1&start=2018-07-19&end=2018-09-08&firstLogin=1&clientdocs=complete, tag=null} I/System.out: Recycle view get / set adapter and NOT NULL D/OpenGLRenderer: endAllActiveAnimators on 0xaa88d580 (MenuPopupWindow$MenuDropDownListView) with handle 0xa0b7e100 D/ViewRootImpl: #3 mView = null I/System.out: Visit adapter is NOT null I/System.out: Main Activity ON STOP D/ViewRootImpl: #3 mView = null E/ActivityThread: Activity com.leashtime.sitterapp.MainActivity has leaked ServiceConnection com.leashtime.sitterapp.MainActivity$1@cbc14ad that was originally bound here android.app.ServiceConnectionLeaked: Activity com.leashtime.sitterapp.MainActivity has leaked ServiceConnection com.leashtime.sitterapp.MainActivity$1@cbc14ad that was originally bound here at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1204)
at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1098)
at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1417)
at android.app.ContextImpl.bindService(ContextImpl.java:1400)
at android.content.ContextWrapper.bindService(ContextWrapper.java:632)
at com.leashtime.sitterapp.MainActivity.onStart(MainActivity.java:267)
at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1266)
at android.app.Activity.performStart(Activity.java:6916)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3218)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3351)
at android.app.ActivityThread.access$1100(ActivityThread.java:222)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1796)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:158)
at android.app.ActivityThread.main(ActivityThread.java:7230)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
I/System.out: Pet Data raw: [{petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=Dog, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Fido, petcustom16={value=null, label=Pet File #2}, sex=m, petid=1682, breed=Labrador Retriever}]
I/System.out: Pet Data raw: [{petcustom1={value=1, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, birthday=3/6/2014, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=Light brown, notes=Older than you think. or younger, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=Dog, petcustom15={value={mimetype=application/vnd.ms-office, url=https://LeashTime.com/client-file-view.php?zumzum=SZ2xAqVlmowFMxLSFm3okme%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=leashtime-msword.doc}, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=Flower, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=Born very young to a bitch of a mother., label=Life Story}, description=Sweetest puppy, petcustom3={value=null, label=Medications}, name=Lilly, petcustom16={value=null, label=Pet File #2}, sex=f, petid=1683, breed=American Foxhound}]
I/System.out: Pet Data raw: [{petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=Dry food. 2 scoops per day. Dishes located in the kitchen. Brand: Eukanuba. Food location is on the counter. Cat can also have treats.
Litter: Dining room. Change weekly, scoop daily. Pour in outside trash.
Cat is indoor. Do not let out., petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=No, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Cinderella, petcustom16={value=null, label=Pet File #2}, sex=f, petid=171, breed=Domestic Longhair}]
I/System.out: Pet Data raw: [{petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Fluny, petcustom16={value=null, label=Pet File #2}, sex=null, petid=1690, breed=null}]
I/System.out: Pet Data raw: [{petcustom1={value=1, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=Keep hydrated, label=Water instructions}, birthday=7/20/1999, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=Brown , notes=Loves to play. Carry out back stairs.
Potty commands: "go go go" and "hurry up"., petcustom20={value=null, label=Pet File #4}, petcustom8={value=1, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=Dog, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=Fozzy Bear, label=Nickname}, petcustom2={value=1, label=Vet}, petcustom5={value=1, label=Other stuff}, petcustom9={value=1, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=Puppy., petcustom3={value=null, label=Medications}, name=Lilly, petcustom16={value=null, label=Pet File #2}, sex=f, petid=647, breed=cocker spaniel}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, birthday=10/24/2006, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=Brown and White, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=Dog, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=Calm, petcustom3={value=null, label=Medications}, name=Tucker, petcustom16={value=null, label=Pet File #2}, sex=f, petid=648, breed=cavalier}]
I/System.out: Pet Data raw: [{petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=Give her the water, label=Water instructions}, birthday=12/5/2014, petcustom19={value=null, label=Pet File #3}, petcustom12={value=Would like to be a comedian, label=Extra stuff}, petcustom11={value=Loves to be cuddled, label=comment 2}, color=Tan and Black, notes=This is one awesome pet who does not put up with anything.
This pet is such a badass he once pulled the pants off a letter carrier and showed him who was boss.
He don't like to be told what to do.
He certainly won't put up with it.
He is non-tolerant
He will show you how.
, petcustom20={value=null, label=Pet File #4}, petcustom8={value=1, label=Walks}, fixed=Yes, petcustom13={value=Talk to her and say good things, label=Extra extra stuff}, type=Dog, petcustom15={value={mimetype=image/jpeg, url=https://LeashTime.com/client-file-view.php?zumzum=SZ2xAqVlmoz2vjCC%2BViQiWe%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=Henri_Rousseau_Eclaireurs_attaques_par_un_tigre.jpg}, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=Fanny Panny, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=1, label=Other stuff}, petcustom9={value=1, label=Vaccines}, petcustom10={value=She could use more tlcNo story that is interesting but I will be happy to tell you anyway. The story goes a little sum'pin like dis. You see the dogfather was a mean father and he was a real doggly dog that was witchy witch. He just was a bad dude you know what I am staying.No story that is interesting but I will be happy to tell you anyway. The story goes a little sum'pin like dis. You see the dogfather was a mean father and he was a real doggly dog that was witchy witch. He just was a bad dude you know what I am staying., label=comment}, petcustom4={value=No story that is interesting but I will be happy to tell you anyway.
The story goes a little sum'pin like dis. You see the dogfather was a mean father and he was a real doggly dog that was witchy witch.
He just was a bad dude you know what I am staying.
So the story has a happy ending and stuff.
You just have to read it through all the way., label=Life Story}, description=Fierce and loyal, petcustom3={value=Lots of meds, label=Medications}, name=Amica, petcustom16={value={mimetype=application/vnd.ms-office, url=https://LeashTime.com/client-file-view.php?zumzum=SZ2xAqVlmowkd%2FBU2IMVaGe%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=leashtime-keyword.xls}, label=Pet File #2}, sex=f, petid=62, breed=airedale}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=Make sure you give him water, label=Water instructions}, birthday=1/4/2012, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=He sure can fly like a mother flicker. He is so lightning quick, I cannot believe he is the way he is and does what he does. He is so swift, I mean, what can I say. I could go on and on. Oh, i see that i have gone on and on., label=comment 2}, color=Black, notes=But if you cross him, he will make you rue the day, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=Dog, petcustom15={value={mimetype=application/pdf, url=https://LeashTime.com/client-file-view.php?zumzum=EMNoikAn80fWSHUvVOc6hGe%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=Dog-petting.pdf}, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=Darky Sparky, label=Nickname}, petcustom2={value=1, label=Vet}, petcustom5={value=1, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=Oh what a card the boy is., label=comment}, petcustom4={value=Who can say what the life story is for this little guy., label=Life Story}, description=Just a sweetheart, petcustom3={value=Xanax, twice daily, label=Medications}, name=Sparky, petcustom16={value={mimetype=application/pdf, url=https://LeashTime.com/client-file-view.php?zumzum=EMNoikAn80dF2SJ0Jx2QSGe%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=Playing-styles-and-possible-causative-factors-in-dog_2008_Applied-Animal-Beh.pdf}, label=Pet File #2}, sex=null, petid=713, breed=Chesapeake Bay Retriever}]
I/System.out: Pet Data raw: [{petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=bonkers, petcustom16={value=null, label=Pet File #2}, sex=null, petid=1672, breed=null}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Petey, petcustom16={value=null, label=Pet File #2}, sex=null, petid=1671, breed=null}]
I/System.out: Pet Data raw: [{petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=No, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Chromie, petcustom16={value=null, label=Pet File #2}, sex=null, petid=1684, breed=null}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=No, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Pookie, petcustom16={value=null, label=Pet File #2}, sex=null, petid=1685, breed=null}]
I/System.out: Pet Data raw: [{petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=No, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Fritz, petcustom16={value=null, label=Pet File #2}, sex=m, petid=521, breed=Daschaund}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Frufru, petcustom16={value=null, label=Pet File #2}, sex=null, petid=816, breed=Pekingese}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Fry, petcustom16={value=null, label=Pet File #2}, sex=null, petid=815, breed=null}]
I/System.out: Pet Data raw: [{petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value={mimetype=text/rtf, url=https://LeashTime.com/client-file-view.php?zumzum=SZ2xAqVlmowfVVrkRaGuQWe%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=ChatLog Meet Now 2018_04_19 19_29.rtf}, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value={mimetype=text/plain, url=https://LeashTime.com/client-file-view.php?zumzum=SZ2xAqVlmoxC1W1YRYitlme%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=Staff.csv}, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value={mimetype=application/vnd.ms-office, url=https://LeashTime.com/client-file-view.php?zumzum=SZ2xAqVlmox6gE33UruUlGe%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=stats-dec-2016-memos-and-overdue.xls}, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=crapper, petcustom16={value={mimetype=text/plain, url=https://LeashTime.com/client-file-view.php?zumzum=SZ2xAqVlmozPvfLb53OsH2e%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=codefrag.txt}, label=Pet File #2}, sex=null, petid=1691, breed=null}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value={mimetype=application/vnd.openxmlformats-officedocument.wordprocessingml.document, url=https://LeashTime.com/client-file-view.php?zumzum=SZ2xAqVlmoyXRRGCQ%2F5pe2e%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=test.docx}, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value={mimetype=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, url=https://LeashTime.com/client-file-view.php?zumzum=SZ2xAqVlmozdAJLIX5Pu92e%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=tiny.xlsx}, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value={mimetype=application/pdf, url=https://LeashTime.com/client-file-view.php?zumzum=SZ2xAqVlmoybNZuamh2RY2e%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=Rabies Certificate - Bella 2013.pdf}, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Marty, petcustom16={value={mimetype=application/msword, url=https://LeashTime.com/client-file-view.php?zumzum=SZ2xAqVlmox076xywSEyk2e%2BZwkHN4bWauZXwO0%2FA6Rz8PuoN%2B0AGeRKLHcy8hjg6dAcLZjRSTI%3D, label=Controlling the TV.doc}, label=Pet File #2}, sex=null, petid=814, breed=null}]
I/System.out: Pet Data raw: [{petcustom1={value=1, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, birthday=11/14/1970, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=Brown, notes=Very active dog. Very very very active. , petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=Dog, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=Wonderfully wonderful and beautifully wonderf, petcustom3={value=null, label=Medications}, name=Amber, petcustom16={value=null, label=Pet File #2}, sex=m, petid=801, breed=bull terrier}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=What a life, label=Life Story}, description=null, petcustom3={value=Doggiebiotics, label=Medications}, name=Bikey, petcustom16={value=null, label=Pet File #2}, sex=null, petid=807, breed=beagle}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=0, label=Life Story}, description=null, petcustom3={value=0, label=Medications}, name=Brian, petcustom16={value=null, label=Pet File #2}, sex=null, petid=730, breed=basenji}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=1, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=0, label=Life Story}, description=null, petcustom3={value=0, label=Medications}, name=Copper, petcustom16={value=null, label=Pet File #2}, sex=null, petid=802, breed=pug}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, lab
I/System.out: Pet Data raw: [{petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=water me, label=Water instructions}, birthday=8/16/2012, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=red, notes=“Who's momma's lil' sweetums, huh?”, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=Cat, petcustom15={value={mimetype=application/pdf, url=https://LeashTime.com/client-file-view.php?zumzum=mFneZAZJk7%2FGyE6tgPhdy9qUacrv0JFvjJBRz%2BhuWJ94N4pXA9AAJBMQ2Qoh2vjRSghlPJ4Qkhw%3D, label=Rabies Certificate - Bella 2013.pdf}, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=bubbala, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=0, label=Life Story}, description=“here’s ½ of a quote for ya, "bobo"”, petcustom3={value=tylenol, label=Medications}, name=Apple, petcustom16={value=0, label=Pet File #2}, sex=f, petid=770, breed=Sealyham Terrier}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=No, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=0, label=Life Story}, description=null, petcustom3={value=0, label=Medications}, name=Barleycorn Middlewsade III, petcustom16={value=null, label=Pet File #2}, sex=null, petid=771, breed=null}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=Dog, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Bubbles, petcustom16={value=null, label=Pet File #2}, sex=null, petid=1650, breed=null}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=No, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=0, label=Life Story}, description=null, petcustom3={value=0, label=Medications}, name=Fluffy Puff (he duster dog), petcustom16={value=null, label=Pet File #2}, sex=null, petid=769, breed=null}, {petcustom1={value=0, lab
She lives
to eat
insects., label=Life Story}, description=Frieda is a lovely dog who enjoys baths and l, petcustom3={value=0, label=Medications}, name=Frieda, petcustom16={value=null, label=Pet File #2}, sex=null, petid=722, breed=Huskhuahua}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=No, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=0, label=Life Story}, description=null, petcustom3={value=0, label=Medications}, name=Gilly, petcustom16={value=null, label=Pet File #2}, sex=null, petid=768, breed=null}, {petcustom1={value=1, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, birthday=1/5/1999, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=black/tan, notes=hello, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=Dog, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=0, label=Life Story}, description=null, petcustom3={value=0, label=Medications}, name=Lightning, petcustom16={value=null, label=Pet File #2}, sex=m, petid=666, breed=Airedale}]
I/System.out: Pet Data raw: [{petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=Dog, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Alexander, petcustom16={value=null, label=Pet File #2}, sex=null, petid=1679, breed=null}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Beethovenbeagle, petcustom16={value=null, label=Pet File #2}, sex=null, petid=1681, breed=null}]
I/System.out: Pet Data raw: [{petcustom1={value=1, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value={mimetype=image/jpeg, url=https://LeashTime.com/client-file-view.php?zumzum=mFneZAZJk79IB%2F7Y5VLMH9qUacrv0JFvjJBRz%2BhuWJ94N4pXA9AAJBMQ2Qoh2vjRSghlPJ4Qkhw%3D, label=pawpaws.jpg}, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=Snoopy, label=Nickname}, petcustom2={value=1, label=Vet}, petcustom5={value=1, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=porkie, petcustom16={value=null, label=Pet File #2}, sex=null, petid=1668, breed=null}]
I/System.out: Pet Data raw: [{petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=No, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Buster, petcustom16={value=null, label=Pet File #2}, sex=m, petid=433, breed=null}, {petcustom1={value=0, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=null, label=Water instructions}, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=null, notes=null, petcustom20={value=null, label=Pet File #4}, petcustom8={value=0, label=Walks}, fixed=No, petcustom13={value=null, label=Extra extra stuff}, type=null, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=null, label=Nickname}, petcustom2={value=0, label=Vet}, petcustom5={value=0, label=Other stuff}, petcustom9={value=0, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=null, label=Life Story}, description=null, petcustom3={value=null, label=Medications}, name=Pete , petcustom16={value=null, label=Pet File #2}, sex=m, petid=434, breed=null}]
I/System.out: Pet Data raw: [{petcustom1={value=1, label=Bites}, petcustom17={value=0, label=Second check box}, petcustom7={value=custom water instructions, label=Water instructions}, birthday=11/2/2015, petcustom19={value=null, label=Pet File #3}, petcustom12={value=null, label=Extra stuff}, petcustom11={value=null, label=comment 2}, color=Brown n black, notes=Just an amazing pet., petcustom20={value=null, label=Pet File #4}, petcustom8={value=1, label=Walks}, fixed=Yes, petcustom13={value=null, label=Extra extra stuff}, type=Dog, petcustom15={value=null, label=Pet File #1}, petcustom18={value=0, label=other Field}, petcustom6={value=Custom Nickname, label=Nickname}, petcustom2={value=1, label=Vet}, petcustom5={value=1, label=Other stuff}, petcustom9={value=1, label=Vaccines}, petcustom10={value=null, label=comment}, petcustom4={value=Was raised life story, label=Life Story}, description=Rough n tumble, petcustom3={value=Lots of medications and such, label=Medications}, name=Dorcas, petcustom16={value=null, label=Pet File #2}, sex=m, petid=1669, breed=Miniature Dachshund}]
I/System.out: Recycle view get / set adapter and NOT NULL
I/System.out: Request{method=GET, url=https://leashtime.com/native-prov-multiday-list.php?loginid=bball1&password=bball1&start=2018-07-19&end=2018-09-08&firstLogin=1&clientdocs=complete, tag=null}
I/art: Starting a blocking GC Alloc
Starting a blocking GC Alloc
I/System.out: LOCATION COORDINATE: 37.5475678, -77.4530594
LOCATION COORDINATE: 37.5475678, -77.4530594