Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facing some errors while trying to run the project! #21

Open
avleensingh opened this issue May 5, 2018 · 4 comments
Open

Facing some errors while trying to run the project! #21

avleensingh opened this issue May 5, 2018 · 4 comments

Comments

@avleensingh
Copy link

avleensingh commented May 5, 2018

Below is the error that I get when I try to run the app through adb on Raspberry Pi. I have setup Firebase Storage and Database and have linked with valid Cloud Vision API Please help!

05-05 02:56:24.863 2011-2011/? I/main: type=1400 audit(0.0:302): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
05-05 02:56:24.863 2011-2011/? I/main: type=1400 audit(0.0:303): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
05-05 02:56:24.929 2011-2011/? I/zygote: Late-enabling -Xcheck:jni
05-05 02:56:25.469 2011-2011/com.example.androidthings.doorbell D/FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
05-05 02:56:25.472 2011-2011/com.example.androidthings.doorbell D/FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
05-05 02:56:25.524 2011-2011/com.example.androidthings.doorbell V/FA: Registered activity lifecycle callback
05-05 02:56:25.528 2011-2011/com.example.androidthings.doorbell I/FirebaseInitProvider: FirebaseApp initialization successful
05-05 02:56:25.588 2011-2011/com.example.androidthings.doorbell V/FA: onActivityCreated
05-05 02:56:25.588 2011-2029/com.example.androidthings.doorbell V/FA: Collection enabled
05-05 02:56:25.588 2011-2011/com.example.androidthings.doorbell D/DoorbellActivity: Doorbell Activity created.
05-05 02:56:25.589 2011-2029/com.example.androidthings.doorbell V/FA: App package, google app id: com.example.androidthings.doorbell, 1:177234919081:android:4f07b2fb8c4ffde8
05-05 02:56:25.591 2011-2029/com.example.androidthings.doorbell I/FA: App measurement is starting up, version: 12451
05-05 02:56:25.591 2011-2029/com.example.androidthings.doorbell I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
05-05 02:56:25.592 2011-2029/com.example.androidthings.doorbell I/FA: Faster debug mode event logging enabled. To disable, run:
                                                                        adb shell setprop debug.firebase.analytics.app .none.
05-05 02:56:25.592 2011-2029/com.example.androidthings.doorbell D/FA: Debug-level message logging enabled
05-05 02:56:25.602 2011-2029/com.example.androidthings.doorbell V/FA: Cancelling job. JobID: -1475060296
05-05 02:56:25.716 2011-2011/com.example.androidthings.doorbell I/CameraManagerGlobal: Connecting to camera service
05-05 02:56:25.720 2011-2011/com.example.androidthings.doorbell D/DoorbellCamera: Using camera id 0
05-05 02:56:25.757 2011-2032/com.example.androidthings.doorbell D/DoorbellCamera: Opened camera.
05-05 02:56:25.904 2011-2029/com.example.androidthings.doorbell V/FA: Connecting to remote service
05-05 02:56:25.941 2011-2029/com.example.androidthings.doorbell V/FA: Connection attempt already in progress
05-05 02:56:25.988 2011-2029/com.example.androidthings.doorbell I/FA: Tag Manager is not found and thus will not be used
05-05 02:56:26.007 2011-2029/com.example.androidthings.doorbell D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_screen_class(_sc)=DoorbellActivity, firebase_screen_id(_si)=3740369590222416192}]
05-05 02:56:26.120 2011-2029/com.example.androidthings.doorbell V/FA: Connection attempt already in progress
05-05 02:56:26.122 2011-2029/com.example.androidthings.doorbell V/FA: Connection attempt already in progress
05-05 02:56:26.126 2011-2029/com.example.androidthings.doorbell V/FA: Activity resumed, time: 4780424
05-05 02:56:26.172 2011-2011/com.example.androidthings.doorbell D/vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace.
05-05 02:56:26.237 2011-2029/com.example.androidthings.doorbell D/FA: Connected to remote service
05-05 02:56:26.238 2011-2029/com.example.androidthings.doorbell V/FA: Processing queued up service tasks: 4
05-05 02:56:31.506 2011-2029/com.example.androidthings.doorbell V/FA: Inactivity, disconnecting from the service
05-05 02:56:36.136 2011-2029/com.example.androidthings.doorbell V/FA: Session started, time: 4790576
05-05 02:56:36.150 2011-2029/com.example.androidthings.doorbell D/FA: Logging event (FE): session_start(_s), Bundle[{firebase_event_origin(_o)=auto, firebase_screen_class(_sc)=DoorbellActivity, firebase_screen_id(_si)=3740369590222416192}]
05-05 02:56:36.198 2011-2029/com.example.androidthings.doorbell V/FA: Connecting to remote service
05-05 02:56:36.207 2011-2029/com.example.androidthings.doorbell D/FA: Connected to remote service
05-05 02:56:36.209 2011-2029/com.example.androidthings.doorbell V/FA: Processing queued up service tasks: 1
05-05 02:56:41.267 2011-2029/com.example.androidthings.doorbell V/FA: Inactivity, disconnecting from the service
@Fleker
Copy link

Fleker commented May 5, 2018

I don't see any errors in this stacktrace.

@avleensingh
Copy link
Author

avleensingh commented May 5, 2018 via email

@Fleker
Copy link

Fleker commented May 6, 2018

If you're not able to detect button pushes, then you may want to look into debugging that first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Fleker @avleensingh and others