Coder Social home page Coder Social logo

Comments (11)

mikehardy avatar mikehardy commented on June 18, 2024

Hi there! Does this happen with the example? Do you have a minimal reproducible example? https://stackoverflow.com/help/minimal-reproducible-example

If this is project-specific we won't be able to help, if you can share a reproducible example that implicates the module has a bug, we can help

from react-native-fbsdk-next.

nikita-zot-1408 avatar nikita-zot-1408 commented on June 18, 2024

@mikehardy , I created public repository recreating the problem,please check when you will have time. Thank you. https://github.com/nikita-zot-1408/androidFacebookExample

from react-native-fbsdk-next.

mikehardy avatar mikehardy commented on June 18, 2024

@nikita-zot-1408 What does it say in the log when you watch adb logcat ? I need to see the message before I spend any time trying to pull a repo and run it - there is usually a stack trace in there that points to an obvious problem

from react-native-fbsdk-next.

nikita-zot-1408 avatar nikita-zot-1408 commented on June 18, 2024

@mikehardy I have never checked adb logcat but I ran it now and this Is what it shows
Screenshot 2021-05-30 at 18 37 44

from react-native-fbsdk-next.

mikehardy avatar mikehardy commented on June 18, 2024

There is no error in your pasted image (note: please paste text in between triple-backticks in future for formatting, it is easier for people like me to read on mobile while trying to help)

example
stack
trace

You need to cause the crash, then find the stack trace and paste that

from react-native-fbsdk-next.

nikita-zot-1408 avatar nikita-zot-1408 commented on June 18, 2024
05-31 10:15:03.928   507   518 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand.  Releasing leaked death recipient: com.android.server.AlarmManagerService$2
05-31 10:15:03.928   507   518 I BpBinder: onLastStrongRef automatically unlinking death recipients: <uncached descriptor>
05-31 10:15:04.056   375   375 I perfetto: probes_producer.cc:329  Producer stop (id=12)
05-31 10:15:04.056   376   376 I perfetto: ng_service_impl.cc:1948 Tracing session 12 ended, total sessions:1
05-31 10:15:04.222  1333  1394 I PeriodicStatsRunner: PeriodicStatsRunner.call():180 call()
05-31 10:15:04.222  1333  1394 I PeriodicStatsRunner: PeriodicStatsRunner.call():184 No submit PeriodicStats since input started.
05-31 10:15:05.774   507   933 I system_server: oneway function results will be dropped but finished with status OK and parcel size 4
05-31 10:15:07.657   375   375 I perfetto: probes_producer.cc:329  Producer stop (id=13)
05-31 10:15:07.657   375   375 I perfetto: ftrace_procfs.cc:183    disabled ftrace
05-31 10:15:07.659   376   376 I perfetto: ng_service_impl.cc:1948 Tracing session 13 ended, total sessions:0
05-31 10:15:07.658     0     0 W perfetto: disabled ftrace
05-31 10:15:07.719  5417  5439 I .android.chrom: Waiting for a blocking GC ProfileSaver
05-31 10:15:07.726  5417  5439 I .android.chrom: WaitForGcToComplete blocked ProfileSaver on RunEmptyCheckpoint for 7.051ms
05-31 10:15:11.717  1141  2021 D BluetoothAdapter: isLeEnabled(): ON
05-31 10:15:11.721  1141  2021 I NearbyDiscovery: FastPairScanner2: isAlive? bleEnabled:true, btEnabled:true, bleScanAvailable:false [CONTEXT service_id=49 ]
05-31 10:15:11.721  1141  2021 I NearbyDiscovery: FastPair: isDestroyable: Scanner is alive. [CONTEXT service_id=49 ]
05-31 10:15:11.721  1141  2021 I NearbyDiscovery: DiscoveryService: Skip stopSelf(), fast pair controller is not destroyable. [CONTEXT service_id=49 ]
05-31 10:15:12.383  1275  5473 I Vision  : Requesting optional module download of ocr.
05-31 10:15:12.388  1275  5473 I Vision  : Checking for download completion for 221002 -- ocr
05-31 10:15:12.391  1275  5473 E ConfigFileUtils: Failed to read config file: /data/user_de/0/com.google.android.gms/app_chimera/next_container.pb: open failed: ENOENT (No such file or directory)
05-31 10:15:12.406  1275  5473 I ChmraDebugLogger: [73] 1801
05-31 10:15:12.409  1275  5473 I ChmraDebugLogger: [30] [VisionOcr.optional:201817000400] permitMetered=true,
05-31 10:15:12.411  1275  5473 W ChimeraConfigService: Retry attempt was throttled.
05-31 10:15:13.356   507   531 W ActivityTaskManager: Activity destroy timeout for ActivityRecord{fc7b1ce u0 com.android.chrome/org.chromium.chrome.browser.firstrun.FirstRunActivity t47 f}}
05-31 10:15:13.361   507   531 W ActivityTaskManager: Activity destroy timeout for ActivityRecord{9a4f691 u0 com.android.chrome/com.google.android.apps.chrome.IntentDispatcher t46 f}}
05-31 10:15:13.362   507   531 W ActivityTaskManager: Activity destroy timeout for ActivityRecord{4bb473b u0 com.android.chrome/com.google.android.apps.chrome.IntentDispatcher t38 f}}
05-31 10:15:16.975  4082  4313 I Dialer  : OmtpVvmCarrierCfgHlpr - OmtpEvent:CONFIG_STATUS_SMS_TIME_OUT
05-31 10:15:16.976  4082  4082 I Dialer  : RetryPolicy - discarding deferred status: configuration_state=4
05-31 10:15:16.977  4082  4082 I Dialer  : VvmTaskExecutor - no more tasks, stopping service if no task are added in 5000 millis
05-31 10:15:16.979  4082  4082 I Dialer  : VvmTaskReceiver - task received
05-31 10:15:16.979  4082  4082 I Dialer  : VvmTaskReceiver - TaskExecutor already running
05-31 10:15:16.979  4082  4082 I Dialer  : Task.createTask - create task:com.android.voicemail.impl.ActivationTask
05-31 10:15:16.979  4082  4082 I Dialer  : RetryPolicy - retry #3 for com.android.voicemail.impl.ActivationTask@da1c08b queued, executing in 5000
05-31 10:15:16.979  4082  4082 I Dialer  : VvmTaskExecutor - com.android.voicemail.impl.ActivationTask@da1c08b added
05-31 10:15:16.979  4082  4082 I Dialer  : VvmTaskExecutor - minimal wait time:5000
05-31 10:15:16.979  4082  4082 I Dialer  : VvmTaskExecutor - sleep for 5000 millis
05-31 10:15:22.013  4082  4313 I Dialer  : VvmTaskExecutor - executing task com.android.voicemail.impl.ActivationTask@da1c08b
05-31 10:15:22.014  4082  4313 I Dialer  : PreOMigrationHandler - ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} already migrated
05-31 10:15:22.037  5119  5286 I VoicemailNotifier: receivers for android.intent.action.PROVIDER_CHANGED :[]
05-31 10:15:22.038  4082  4313 I Dialer  : VvmActivationTask - VVM content provider configured - vvm_type_cvvm
05-31 10:15:22.038  4082  4313 I Dialer  : OmtpVvmCarrierCfgHlpr - OmtpEvent:CONFIG_ACTIVATING
05-31 10:15:22.043  5119  5286 I VoicemailNotifier: receivers for android.intent.action.PROVIDER_CHANGED :[]
05-31 10:15:22.053   864  1274 D SmsNumberUtils: enter filterDestAddr. destAddr="[BajqU4K5_YhSYbs-7QUn0dOwcmI]"
05-31 10:15:22.055   864  1274 D SmsNumberUtils: destAddr is not formatted.
05-31 10:15:22.055   864  1274 D SmsNumberUtils: leave filterDestAddr, new destAddr="[BajqU4K5_YhSYbs-7QUn0dOwcmI]"
05-31 10:15:22.394  1275  5483 I Vision  : Requesting optional module download of ocr.
05-31 10:15:22.394  1275  5483 I Vision  : Checking for download completion for 231008 -- ocr

I crushed the chrome app and this was the output

from react-native-fbsdk-next.

thebergamo avatar thebergamo commented on June 18, 2024

For a first glance into it, I can't see any errors on it. Is it the full log? Was your app running into it? Are you sure?

from react-native-fbsdk-next.

mikehardy avatar mikehardy commented on June 18, 2024

agreed, this looks filtered. There's no chrome crash in here. Certainly nothing pointing at this module. We need a crash trace that obviously points at the module or you need to make a minimum reproducible example https://stackoverflow.com/help/minimal-reproducible-example

from react-native-fbsdk-next.

nikita-zot-1408 avatar nikita-zot-1408 commented on June 18, 2024

I am using Android studio preview for my MacBook with m1 chip and I tried to test it on normal Android studio and it worked fine. Idk anymore if this is android studio or library issue itself

from react-native-fbsdk-next.

mikehardy avatar mikehardy commented on June 18, 2024

Without a stack trace it's immaterial, as there will be nothing for us to reason about

from react-native-fbsdk-next.

mikehardy avatar mikehardy commented on June 18, 2024

Still missing reproduction, no activity. Can always reopen, but closing to clean issue list.

from react-native-fbsdk-next.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.