Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. apply plugin: 'com.android.application'
  2.  
  3. android {
  4. compileSdkVersion 25
  5. buildToolsVersion "25.0.2"`enter code here`
  6. defaultConfig {
  7. applicationId "com.secretfiles.www.secretfiles"
  8. minSdkVersion 16
  9. targetSdkVersion 25
  10. versionCode 1
  11. versionName "1.0"
  12. testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
  13. }
  14. buildTypes {
  15. release {
  16. minifyEnabled false
  17. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  18. }
  19. }
  20. }
  21.  
  22. dependencies {
  23. compile fileTree(dir: 'libs', include: ['*.jar'])
  24. androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
  25. exclude group: 'com.android.support', module: 'support-annotations'
  26. })
  27. compile 'com.android.support:appcompat-v7:25.1.0'
  28. compile 'com.android.support:design:25.1.0'
  29. compile 'com.google.firebase:firebase-database:9.2.1'
  30. compile 'com.google.gms:google-services:3.0.0'
  31. compile 'com.google.firebase:firebase-auth:10.0.0'
  32. testCompile 'junit:junit:4.12'
  33. }
  34.  
  35. apply plugin: 'com.google.gms.google-services'
  36.  
  37. 01-22 16:17:12.527 2467-2477/com.google.android.gms W/SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/metrics.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
  38. 01-22 16:17:12.528 2467-2477/com.google.android.gms W/SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/help_responses.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
  39. 01-22 16:17:12.528 2467-2477/com.google.android.gms W/SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/auto_complete_suggestions.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
  40. 01-22 17:23:52.154 2467-2477/com.google.android.gms W/SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/metrics.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
  41. 01-22 17:23:52.445 2467-2477/com.google.android.gms W/SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/help_responses.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
  42. 01-22 17:23:52.446 2467-2477/com.google.android.gms W/SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/auto_complete_suggestions.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
  43. 01-22 17:24:58.591 2500-2500/com.android.chrome W/IInputConnectionWrapper: getSelectedText on inactive InputConnection
  44. 01-22 17:24:58.650 2500-2500/com.android.chrome W/IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection
  45. 01-22 17:24:58.718 2500-2500/com.android.chrome W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
  46. 01-22 17:24:58.718 1609-1609/com.android.inputmethod.latin E/RichInputConnection: Unable to connect to the editor to retrieve text.
  47. 01-22 17:24:58.718 1609-1609/com.android.inputmethod.latin D/RichInputConnection: Will try to retrieve text later.
  48. 01-22 17:24:58.750 2500-2500/com.android.chrome W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
  49. 01-22 17:24:58.752 1609-1609/com.android.inputmethod.latin E/RichInputConnection: Unable to connect to the editor to retrieve text.
  50. 01-22 17:24:58.752 1609-1609/com.android.inputmethod.latin W/RichInputConnection: Unable to connect to the editor. Setting caps mode without knowing text.
  51. 01-22 17:24:58.767 2500-2500/com.android.chrome W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
  52. 01-22 17:24:58.768 1609-1609/com.android.inputmethod.latin E/RichInputConnection: Unable to connect to the editor to retrieve text.
  53. 01-22 17:24:58.768 1609-1609/com.android.inputmethod.latin W/RichInputConnection: Unable to connect to the editor. Setting caps mode without knowing text.
  54. 01-22 17:24:58.803 2500-2500/com.android.chrome W/IInputConnectionWrapper: finishComposingText on inactive InputConnection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement