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
| Process: com.playdraft.playdraft, PID: 11765 | |
| 04-18 17:21:04.039 11765 11765 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.playdraft.draft.models.DraftRoster.isSwappable()' on a null object reference | |
| 04-18 17:21:04.039 11765 11765 E AndroidRuntime: at com.playdraft.draft.ui.widgets.DraftItemLayout.setBadge(DraftItemLayout.java:485) | |
| 04-18 17:21:04.039 11765 11765 E AndroidRuntime: at com.playdraft.draft.ui.widgets.DraftItemLayout.populateViews(DraftItemLayout.java:456) | |
| 04-18 17:21:04.039 11765 11765 E AndroidRuntime: at com.playdraft.draft.ui.widgets.DraftItemLayout.bindDraft(DraftItemLayout.java:149) | |
| 04-18 17:21:04.039 11765 11765 E AndroidRuntime: at com.playdraft.draft.ui.home.ClusterAdapter.onBindViewHolder(ClusterAdapter.java:119) | |
| 04-18 17:21:04.039 11765 11765 E AndroidRuntime: at com.playdraft.draft.ui.home.ClusterAdapter.onBindViewHolder(ClusterAdapter.java:28) | |
| 04-18 17:21:04.039 11765 11765 E AndroidRuntime: at android.support.v7.widget.RecyclerVi |
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-03 17:30:14.337 11710-21590/com.playdraft.draft.staging.debug D/OkHttp: --> POST https://staging.api.playdraft.com/v1/drafts?confirmed=false http/1.1 | |
| 04-03 17:30:14.338 11710-21590/com.playdraft.draft.staging.debug D/OkHttp: Content-Type: multipart/mixed; boundary=3b284cc3-87b5-4bfa-8177-8580ecc7123b | |
| 04-03 17:30:14.338 11710-21590/com.playdraft.draft.staging.debug D/OkHttp: Content-Length: 345 | |
| 04-03 17:30:14.338 11710-21590/com.playdraft.draft.staging.debug D/OkHttp: X-Client-Type: android | |
| 04-03 17:30:14.338 11710-21590/com.playdraft.draft.staging.debug D/OkHttp: X-User-Token: 7PJEXqWoUy6ZSzESbATk | |
| 04-03 17:30:14.338 11710-21590/com.playdraft.draft.staging.debug D/OkHttp: X-User-Auth-Id: 2ab46c5a-8680-47be-b804-86920f114571 | |
| 04-03 17:30:14.338 11710-21590/com.playdraft.draft.staging.debug D/OkHttp: X-Build-Number: 999999 | |
| 04-03 17:30:14.338 11710-21590/com.playdraft.draft.staging.debug D/OkHttp: X-User-Location: 40.7455826,-73.9896602 | |
| 04-03 17:30:14.338 11710-21590/com.playdraft.draft.staging.debug D/OkHttp: |
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-03 17:08:29.050 15243-15659/com.playdraft.draft.staging.debug D/OkHttp: --> POST https://staging.api.playdraft.com/v1/drafts?confirmed=false http/1.1 | |
| 04-03 17:08:29.050 15243-15659/com.playdraft.draft.staging.debug D/OkHttp: Content-Type: multipart/form-data; boundary=6e6523d2-7365-48fe-b2a9-fc8da5cc727a | |
| 04-03 17:08:29.061 15243-15659/com.playdraft.draft.staging.debug D/OkHttp: Content-Length: 968 | |
| 04-03 17:08:29.061 15243-15659/com.playdraft.draft.staging.debug D/OkHttp: X-Client-Type: android | |
| 04-03 17:08:29.062 15243-15659/com.playdraft.draft.staging.debug D/OkHttp: X-User-Token: 7PJEXqWoUy6ZSzESbATk | |
| 04-03 17:08:29.062 15243-15659/com.playdraft.draft.staging.debug D/OkHttp: X-User-Auth-Id: 2ab46c5a-8680-47be-b804-86920f114571 | |
| 04-03 17:08:29.062 15243-15659/com.playdraft.draft.staging.debug D/OkHttp: X-Build-Number: 999999 | |
| 04-03 17:08:29.062 15243-15659/com.playdraft.draft.staging.debug D/OkHttp: X-User-Location: 40.7454733,-73.9897061 | |
| 04-03 17:08:29.062 15243-15659/com.playdraft.draft.staging.debug D/OkHt |
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
| <application> | |
| <receiver | |
| android:name="com.layer.sdk.services.GcmBroadcastReceiver" | |
| android:permission="com.google.android.c2dm.permission.SEND"> | |
| <intent-filter android:priority="470"> | |
| <action android:name="com.google.android.c2dm.intent.RECEIVE"/> | |
| <action android:name="com.google.android.c2dm.intent.REGISTRATION"/> | |
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
| import Ember from 'ember'; | |
| const { RSVP } = Ember; | |
| export default Ember.Route.extend({ | |
| session: Ember.inject.service(), | |
| model(params) { | |
| const session = this.get('session'); | |
| const store = this.store; |
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
| package com.playdraft.draft.testSupport.shadows; | |
| import android.graphics.Canvas; | |
| import android.graphics.Picture; | |
| import org.robolectric.annotation.Implementation; | |
| import org.robolectric.annotation.Implements; | |
| import org.robolectric.annotation.RealObject; | |
| import static org.mockito.Mockito.mock; |
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
| 12-28 14:03:05.212 25612-25778/com.playdraft.draft.staging.debug E/LayerSDK: LayerClientImpl : Exception | |
| com.layer.sdk.exceptions.LayerException: DEVICE_PERSISTENCE_FAILURE (9001) - Uncaught Task exception | |
| at com.layer.sdk.internal.syncrecon.SyncRecon$a.a(SyncRecon.java:455) | |
| at com.layer.sdk.internal.syncrecon.SyncRecon$a.run(SyncRecon.java:587) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) | |
| at java.lang.Thread.run(Thre |
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
| USER_AGENT="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.89 Safari/537.36" | |
| curl -A "$USER_AGENT" -c cookies.txt -b cookies.txt -L http://coned.com/ | |
| echo "\n" | |
| read -s "Username:" userName | |
| echo "\n" | |
| read -s -p "Password:" password | |
| echo "\n" | |
| curl -A "$USER_AGENT" -c cookies.txt -b cookies.txt -d "TxtUser=$userName&UserName:VALUE&UserName:0&TxtPwd=$password&UserName2=VALUE&UserName2=0&ctl00\$Main\$Login1\$LoginButton=Sign In" -L https://apps.coned.com/cemyaccount/NonMemberPages/Login.aspx?lang=enga |
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
| { | |
| "graphs": [ | |
| { | |
| "_comment": "RARITAN VALLEY LINE TO NEWARK PENN STATION", | |
| "from": [ | |
| { | |
| "id": "60", | |
| "name": "High Bridge" | |
| }, | |
| { |
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
| D/audio_hw_primary( 183): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2 | |
| D/audio_hw_primary( 183): select_devices: out_snd_device(2: speaker) in_snd_device(0: none) | |
| D/msm8974_platform( 183): platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15) | |
| D/audio_hw_primary( 183): enable_snd_device: snd_device(2: speaker) | |
| D/audio_hw_primary( 183): enable_audio_route: apply and update mixer path: low-latency-playback | |
| F/libc (16923): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 16923 (us.wmwm.njrail) | |
| I/libc (16923): Suppressing debuggerd output because prctl(PR_GET_DUMPABLE)==0 | |
| I/WindowState( 746): WIN DEATH: Window{3a74e62b u0 us.wmwm.njrail/us.wmwm.happyschedule.activity.MainActivity} | |
| I/Zygote ( 194): Process 16923 exited due to signal (11) | |
| I/ActivityManager( 746): Process us.wmwm.njrail (pid 16923) has died |