Skip to content

Instantly share code, notes, and snippets.

@samueltardieu
Created December 13, 2013 16:24
Show Gist options
  • Save samueltardieu/7946839 to your computer and use it in GitHub Desktop.
Save samueltardieu/7946839 to your computer and use it in GitHub Desktop.
Freebox Companion pour Android
D/FbxCompMain( 7542): launching activity for 'Téléchargements'
I/ActivityManager(  850): START u0 {cmp=fr.freebox.android.compagnon/.downloadmanager.FbxDownloadListActivity (has extras)} from pid 7542
D/FbxDownloadListActivity( 7542): called onCreate
D/FbxDownloadListActivity( 7542): tab selected
D/FbxDownloadListFragment( 7542): called onCreate
D/FbxDownloadListActivity( 7542): called onStart
D/FbxDownloadListActivity( 7542): called onResume
D/FbxHttpClientTask( 7542): got 403, application/json; charset=utf-8 on http://88.160.xxx.yyy:81/api/v1/connection/config
D/FbxHttpClientTask( 7542): called doInBackground on: http://88.160.xxx.yyy:81/api/v1/fs/ls//?countSubFolder=1&removeHidden=1
D/FbxSettingService( 7542): called onCreate
D/FbxSettingService( 7542): called onBind
D/FbxHttpClientTask( 7542): Called onPostExecute with status: 403 and type: application/json; charset=utf-8
I/ActivityManager(  850): Displayed fr.freebox.android.compagnon/.downloadmanager.FbxDownloadListActivity: +120ms
D/FbxHttpClientTask( 7542): got 403, application/json; charset=utf-8 on http://88.160.xxx.yyy:81/api/v1/fs/ls//?countSubFolder=1&removeHidden=1
D/FbxHttpClientTask( 7542): Called onPostExecute with status: 403 and type: application/json; charset=utf-8
D/FbxHttpClientTask( 7542): called doInBackground on: http://88.160.xxx.yyy:81/api/v1/connection/config
D/FbxHttpClientTask( 7542): got 403, application/json; charset=utf-8 on http://88.160.xxx.yyy:81/api/v1/connection/config
D/FbxHttpClientTask( 7542): Called onPostExecute with status: 403 and type: application/json; charset=utf-8
D/FbxHttpClientTask( 7542): called doInBackground on: http://88.160.xxx.yyy:81/api/v1/connection/config
D/FbxHttpClientTask( 7542): got 403, application/json; charset=utf-8 on http://88.160.xxx.yyy:81/api/v1/connection/config
D/FbxHttpClientTask( 7542): Called onPostExecute with status: 403 and type: application/json; charset=utf-8
D/FbxHttpClientTask( 7542): called doInBackground on: http://88.160.xxx.yyy:81/api/v1/connection/config
D/FbxHttpClientTask( 7542): got 403, application/json; charset=utf-8 on http://88.160.xxx.yyy:81/api/v1/connection/config
D/FbxHttpClientTask( 7542): Called onPostExecute with status: 403 and type: application/json; charset=utf-8
D/FbxHttpClientTask( 7542): called doInBackground on: http://88.160.xxx.yyy:81/api/v1/fs/ls//?countSubFolder=1&removeHidden=1
D/FbxHttpClientTask( 7542): got 403, application/json; charset=utf-8 on http://88.160.xxx.yyy:81/api/v1/connection/config
D/FbxHttpClientTask( 7542): Called onPostExecute with status: 403 and type: application/json; charset=utf-8
D/FbxHttpClientTask( 7542): called doInBackground on: http://88.160.xxx.yyy:81/api/v1/connection/config

(puis boucle toutes les secondes sur cette tentative donnant un 403, même lorsqu'on passe la main à une autre appli)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment