This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Fatal Exception: java.util.concurrent.RejectedExecutionException: Task xy@fd7987c rejected from java.util.concurrent.ThreadPoolExecutor@b29e505[Running, pool size = 9, active threads = 9, queued tasks = 128, completed tasks = 33] | |
| at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution + 2014(ThreadPoolExecutor.java:2014) | |
| at java.util.concurrent.ThreadPoolExecutor.reject + 794(ThreadPoolExecutor.java:794) | |
| at java.util.concurrent.ThreadPoolExecutor.execute + 1340(ThreadPoolExecutor.java:1340) | |
| at com.facebook.internal.FetchedAppGateKeepersManager.loadAppGateKeepersAsync + 9(FetchedAppGateKeepersManager.java:76) | |
| at com.facebook.internal.FetchedAppGateKeepersManager.getGateKeeperForKey + 21(FetchedAppGateKeepersManager.java:146) | |
| at com.facebook.appevents.AppEventsLoggerImpl.logEvent + 34(AppEventsLoggerImpl.java:646) | |
| at com.facebook.appevents.AppEventsLoggerImpl.logEvent + 12(AppEventsLoggerImpl.java:217) | |
| at com.facebook.appevents.AppEventsLo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LIST OF USER FOR TOP CAROUSEL: | |
| GET http://spritzr2-qa.herokuapp.com/api/v1.0/game/users/?device_token=eb70c8ea473868a70ddff856b845eeb3cf9817c2&limit=50&friends_only=true HTTP/1.1 | |
| Host: spritzr2-qa.herokuapp.com | |
| Connection: Keep-Alive | |
| Accept-Encoding: gzip | |
| Cookie: sessionid=udocjyy3ba0sn7gt4d9t526irinejuuk | |
| User-Agent: okhttp/3.5.0 | |
| HTTP/1.1 200 OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REQUEST: | |
| POST http://api.spritzr.com/api/v1.0/account/ HTTP/1.1 | |
| Content-Type: application/json; charset=UTF-8 | |
| Content-Length: 385 | |
| Host: api.spritzr.com | |
| Connection: Keep-Alive | |
| Accept-Encoding: gzip | |
| User-Agent: okhttp/3.5.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 04-05 20:03:51.153 5971-5971/com.effectivesoft.caloriesmanager E/AndroidRuntime: FATAL EXCEPTION: main | |
| Process: com.effectivesoft.caloriesmanager, PID: 5971 | |
| java.lang.OutOfMemoryError | |
| at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
| at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:613) | |
| at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:589) | |
| at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:369) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private class DatabaseLoadTask extends AsyncTask<Void, Void, Void> { | |
| @Override | |
| public Void doInBackground(Void... params) { | |
| Repository.getInstance().addArrayOfStringsList(CsvHelper.readArrayOfStringsList(), new Repository.TransactionListener() { | |
| @Override | |
| public boolean isCancelled() { | |
| return DatabaseLoadTask.this.isCancelled(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @SuppressWarnings("UnnecessaryLocalVariable") // Local variable to store meaning of condition | |
| @Override | |
| public boolean isSupportedFavorite() { | |
| boolean isNotLibraryRootFileEntity = fileEntityStack != null | |
| && fileEntityStack.size() >= 1 | |
| && !fileEntityStack.peek().equals(library.getRootFileEntity()); | |
| return isNotLibraryRootFileEntity; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 03-07 15:49:58.375 18613-18613/com.mediahome E/AndroidRuntime: FATAL EXCEPTION: main | |
| Process: com.mediahome, PID: 18613 | |
| java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mediahome/com.mediahome.ui.activity.WizardSetupActivity}: java.lang.IllegalArgumentException: ACTION_SETUP_USB action require WizardConnection in extra. | |
| at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3124) | |
| at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3233) | |
| at android.app.ActivityThread.access$1000(ActivityThread.java:197) | |
| at android.app.ActivityThread$H.handleMessage(ActivityThread.jav |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| POST http://spritzr2-qa.herokuapp.com/api/v1.0/account/ HTTP/1.1 | |
| Content-Type: application/json; charset=UTF-8 | |
| Content-Length: 407 | |
| Host: spritzr2-qa.herokuapp.com | |
| Connection: Keep-Alive | |
| Accept-Encoding: gzip | |
| User-Agent: okhttp/2.7.2 | |
| { | |
| "access_token":"EAAKU09zVruYBANqnZC1ZAprlmQqm4uqEEoCqh72vdZCBuKJgT7eum2nJSso5KYlaR15ENFt6zW3uhGX9N51E0s4ewjAqqkOR23Lphds7HpXcwEpAteitzntw2l6NibRvx6ti4QsWr60GlrCtBmJ618sKhekpQZBwWXERvmMxdOQjgcg2DwZC5L57GAIOwonfC2RChpZCgd68xNlnsiLry5", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| E/Apptentive: java.lang.NumberFormatException: Invalid long: "4-QA-DEBUG" | |
| at java.lang.Long.invalidLong(Long.java:124) | |
| at java.lang.Long.parse(Long.java:361) | |
| at java.lang.Long.parseLong(Long.java:352) | |
| at java.lang.Long.parseLong(Long.java:318) | |
| at com.apptentive.android.sdk.Apptentive$Version.compareTo(Apptentive.java:1100) | |
| at com.apptentive.android.sdk.Apptentive$Version.equals(Apptentive.java:1121) | |
| at com.apptentive.android.sdk.ApptentiveInternal.init(ApptentiveInternal.java:598) | |
| at com.apptentive.android.sdk.ApptentiveInternal. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Facebook Time-out Issue | |
| -User clicks connect and Authorize Facebook. User is returned to app with loading view then connection times out | |
| (doesn’t move past Facebook login screen) | |
| (Mean infinity progress bar due sign in? http://jira.effective-soft.com/browse/MC508-295) | |
| Dater Preferences View | |
| -User has difficulty advancing past inputs to next view. nNot easy to get through to next page. | |
| (Mean double click on edit text to show keyboard? http://jira.effective-soft.com/browse/MC508-302) | |
| Profile View |
NewerOlder