roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
405 stars 330 forks source link

Crash when Facebook App is installed on device #309

Open marcobraghim opened 3 years ago

marcobraghim commented 3 years ago

This is the Flutter log when it happens:

W/ActivityThread(  759): handleWindowVisibility: no activity for token android.os.BinderProxy@8740688
D/PhoneWindow(  759): forceLight changed to true [] from com.android.internal.policy.PhoneWindow.updateForceLightNavigationBar:4238 com.android.internal.policy.DecorView.updateColorViews:1507 com.android.internal.policy.PhoneWindow.dispatchWindowAttributesChanged:3216 android.view.Window.setFlags:1148 com.android.internal.policy.PhoneWindow.generateLayout:2444
I/MultiWindowDecorSupport(  759): updateCaptionType >> DecorView@fac9af6[], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true
D/MultiWindowDecorSupport(  759): setCaptionType = 0, DecorView = DecorView@fac9af6[]
D/ViewRootImpl@577371d[FacebookActivity](  759): setView = com.android.internal.policy.DecorView@fac9af6 TM=true MM=false
D/ViewRootImpl@4eebcaf[MainActivity](  759): MSG_WINDOW_FOCUS_CHANGED 0 1
D/InputMethodManager(  759): prepareNavigationBarInfo() DecorView@cf8c8d[MainActivity]
D/InputMethodManager(  759): getNavigationBarColor() -16777216
I/Choreographer(  759): Skipped 53 frames!  The application may be doing too much work on its main thread.
D/ViewRootImpl@577371d[FacebookActivity](  759): Relayout returned: old=(0,0,720,1560) new=(0,0,720,1560) req=(720,1560)0 dur=20 res=0x7 s={true 479003189248} ch=true
D/OpenGLRenderer(  759): createReliableSurface : 0x6f0bad8180, 0x6f86d0a000
D/ViewRootImpl@577371d[FacebookActivity](  759): MSG_WINDOW_FOCUS_CHANGED 1 1
D/InputMethodManager(  759): prepareNavigationBarInfo() DecorView@fac9af6[FacebookActivity]
D/InputMethodManager(  759): getNavigationBarColor() -855310
D/InputMethodManager(  759): prepareNavigationBarInfo() DecorView@fac9af6[FacebookActivity]
D/InputMethodManager(  759): getNavigationBarColor() -855310
V/InputMethodManager(  759): Starting input: tba=com.myappname.influencers ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
D/InputMethodManager(  759): startInputInner - Id : 0
I/InputMethodManager(  759): startInputInner - mService.startInputOrWindowGainedFocus
D/InputTransport(  759): Input channel destroyed: 'ClientS', fd=63
D/ViewRootImpl@577371d[FacebookActivity](  759): MSG_RESIZED: frame=(0,0,720,1560) ci=(0,54,0,84) vi=(0,54,0,84) or=1
D/ViewRootImpl@577371d[FacebookActivity](  759): MSG_WINDOW_FOCUS_CHANGED 0 1
D/InputMethodManager(  759): prepareNavigationBarInfo() DecorView@fac9af6[FacebookActivity]
D/InputMethodManager(  759): getNavigationBarColor() -855310
D/InputTransport(  759): Input channel destroyed: 'ClientS', fd=79
I/System.out(  759): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out(  759): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out(  759): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out(  759): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out(  759): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out(  759): (HTTPLog)-Static: isSBSettingEnabled false
darwin-morocho commented 3 years ago

This plugin is obsolete. it does't have any updates since september 2019

marcobraghim commented 3 years ago

Yep, I have already changed in my project by flutter_facebook_auth and now it's working very well. Thank you.