Search Issue Tracker
Not Reproducible
Votes
0
Found in
Issue ID
1091891
Regression
No
[Android] Hard crash in touch code
Migrated bug from GitHub: https://github.com/Unity-Technologies/InputSystem/issues/161
Forum thread here: https://forum.unity.com/threads/the-android-is-crash-when-i-using-the-new-input-system.538840/
renaldasrep commented on Jul 9
Some additional info from the user:
1. This crash is not consistently. It happen sometime when I control the UGUI joystick.
2. I am using the Unity2018b9 when the crash happen.
3. I am using the InputSystem download from the github, I think it the newest version.
4. In fact I think the device is the problem, because it not happen on real android device, but on the simulator on windows. I am using this one: http://syzs.qq.com/?ADTAG=baidu.pz.bt04_1
I think because it using the x86 code, maybe it is where the problem come from.
rotter commented on Aug 21 •
I am getting thousands of ANRs in production which MAY be related to this crash. I was gonna open a new issue but found this one and they may be related. Let me paste the stack trace, if you think it's unrelated let me know and I will open a new issue.
#00 pc 0000000000039824 /system/lib/libc.so (nanosleep+12)
#1 pc 0000000000a736dc /data/app/mygamepackage-1/lib/arm/libunity.so (???)
#2 pc 00000000002e6034 /data/app/mygamepackage-1/lib/arm/libunity.so (???)
#3 pc 0000000000462294 /data/app/mygamepackage-1/lib/arm/libunity.so (???)
#4 pc 0000000000461d90 /data/app/mygamepackage-1/lib/arm/libunity.so (???)
#5 pc 0000000000441874 /data/app/mygamepackage-1/lib/arm/libunity.so (???)
#6 pc 0000000000442e20 /data/app/mygamepackage-1/lib/arm/libunity.so (???)
#7 pc 00000000004fec37 /data/dalvik-cache/arm/data@app@mygamepackage-1@base.apk@classes.dex (Java_com_unity3d_player_UnityPlayer_nativeInjectEvent__Landroid_view_InputEvent_2+102)
at com.unity3d.player.UnityPlayer.nativeInjectEvent (Native method)
at com.unity3d.player.UnityPlayer.injectEvent (unavailable)
at com.unity3d.player.UnityPlayer.onTouchEvent (unavailable)
at android.view.View.dispatchTouchEvent (View.java:8725)
Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 40. Wait queue head age: 5507.8ms.)
in mygamepackage.myactivity
From the last 7 days:
ANRs reports: 503
Impacted users: 230
Last reported: 52 minutes ago
rotter commented on Aug 29
@Rene-Damm I am going to the airport in 3h and will be out of country without my computer for 2 weeks, so if possible please send me more requests/questions on the next few hours (if we're lucky you're Europe or Asia based).
I do have the stack traces on Google Play Console for all the other threads, but there are dozens of threads, so I will focus on threads I found with Unity on their name. Unfortunately there's no option to easily export the stack trace on GPC, so I have to copy/paste for each thread.
Motorola Moto E with 4G LTE (2nd Gen) (surnia_udstv), Android 6.0
"main" prio=5 tid=1 Native
| group="main" sCount=1 dsCount=0 obj=0x74996f98 self=0xb7bf4c60
| sysTid=29506 nice=-4 cgrp=default sched=0/0 handle=0xb6f20b34
| state=R schedstat=( 19197982750 6189377895 53625 ) utm=1399 stm=520 core=2 HZ=100
| stack=0xbe0eb000-0xbe0ed000 stackSize=8MB
| held mutexes=
#00 pc 000000000004455c /system/lib/libc.so (nanosleep+12)
#01 pc 0000000000a736dc /data/app/mygamepackage-2/lib/arm/libunity.so (???)
#02 pc 00000000002e6034 /data/app/mygamepackage-2/lib/arm/libunity.so (???)
#03 pc 0000000000462214 /data/app/mygamepackage-2/lib/arm/libunity.so (???)
#04 pc 0000000000461d90 /data/app/mygamepackage-2/lib/arm/libunity.so (???)
#05 pc 0000000000441874 /data/app/mygamepackage-2/lib/arm/libunity.so (???)
#06 pc 0000000000442e20 /data/app/mygamepackage-2/lib/arm/libunity.so (???)
#07 pc 0000000000538e35 /data/app/mygamepackage-2/oat/arm/base.odex (Java_com_unity3d_player_UnityPlayer_nativeInjectEvent__Landroid_view_InputEvent_2+96)
at com.unity3d.player.UnityPlayer.nativeInjectEvent (Native method)
at com.unity3d.player.UnityPlayer.injectEvent (unavailable)
at com.unity3d.player.UnityPlayer.onTouchEvent (unavailable)
at android.view.View.dispatchTouchEvent (View.java:9297)
at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:2549)
at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2240)
at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:2555)
at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2254)
at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:2555)
at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2254)
at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:2555)
at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2254)
at com.android.internal.policy.PhoneWindow$DecorView.superDispatchTouchEvent (PhoneWindow.java:2403)
at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent (PhoneWindow.java:1737)
at android.app.Activity.dispatchTouchEvent (Activity.java:2769)
at com.android.internal.policy.PhoneWindow$DecorView.dispatchTouchEvent (PhoneWindow.java:2364)
at android.view.View.dispatchPointerEvent (View.java:9517)
at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent (ViewRootImpl.java:4242)
at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess (ViewRootImpl.java:4108)
at android.view.ViewRootImpl$InputStage.deliver (ViewRootImpl.java:3654)
at android.view.ViewRootImpl$InputStage.onDeliverToNext (ViewRootImpl.java:3707)
at android.view.ViewRootImpl$InputStage.forward (ViewRootImpl.java:3673)
at android.view.ViewRootImpl$AsyncInputStage.forward (ViewRootImpl.java:3799)
at android.view.ViewRootImpl$InputStage.apply (ViewRootImpl.java:3681)
at android.view.ViewRootImpl$AsyncInputStage.apply (ViewRootImpl.java:3856)
at android.view.ViewRootImpl$InputStage.deliver (ViewRootImpl.java:3654)
at android.view.ViewRootImpl$InputStage.onDeliverToNext (ViewRootImpl.java:3707)
at android.view.ViewRootImpl$InputStage.forward (ViewRootImpl.java:3673)
at android.view.ViewRootImpl$InputStage.apply (ViewRootImpl.java:3681)
at android.view.ViewRootImpl$InputStage.deliver (ViewRootImpl.java:3654)
at android.view.ViewRootImpl.deliverInputEvent (ViewRootImpl.java:5969)
at android.view.ViewRootImpl.doProcessInputEvents (ViewRootImpl.java:5908)
at android.view.ViewRootImpl.enqueueInputEvent (ViewRootImpl.java:5869)
at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent (ViewRootImpl.java:6072)
at android.view.InputEventReceiver.dispatchInputEvent (InputEventReceiver.java:192)
at android.view.InputEventReceiver.nativeConsumeBatchedInputEvents (Native method)
at android.view.InputEventReceiver.consumeBatchedInputEvents (InputEventReceiver.java:183)
at android.view.ViewRootImpl.doConsumeBatchedInput (ViewRootImpl.java:6043)
at android.view.ViewRootImpl$ConsumeBatchedInputRunnable.run (ViewRootImpl.java:6095)
at android.view.Choreographer$CallbackRecord.run (Choreographer.java:858)
at android.view.Choreographer.doCallbacks (Choreographer.java:670)
at android.view.Choreographer.doFrame (Choreographer.java:600)
at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:844)
at android.os.Handler.handleCallback (Handler.java:746)
at android.os.Handler.dispatchMessage (Handler.java:95)
at android.os.Looper.loop (Looper.java:148)
at android.app.ActivityThread.main (ActivityThread.java:5443)
at java.lang.reflect.Method.invoke! (Native method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:728)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:618)
"UnityMain" prio=5 tid=15 Native
| group="main" sCount=1 dsCount=0 obj=0x12cc66d0 self=0xb8bb5640
| sysTid=29539 nice=0 cgrp=default sched=0/0 handle=0xa30de930
| state=S schedstat=( 93862311063 26707217375 166733 ) utm=8426 stm=960 core=2 HZ=100
| stack=0xa2fdc000-0xa2fde000 stackSize=1038KB
| held mutexes=
#00 pc 0000000000016a6c /system/lib/libc.so (syscall+28)
#1 pc 00000000000f60bb /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+82)
#2 pc 000000000027e42b /system/lib/libart.so (_ZN3art3JNI14PushLocalFrameEP7_JNIEnvi+634)
#3 pc 0000000000b71bf8 /data/app/mygamepackage-2/lib/arm/libunity.so (???)
at com.unity3d.player.UnityPlayer.nativeRender (Native method)
at com.unity3d.player.UnityPlayer.c (unavailable)
at com.unity3d.player.UnityPlayer$e$2.queueIdle (unavailable)
at android.os.MessageQueue.next (MessageQueue.java:392)
at android.os.Looper.loop (Looper.java:135)
at com.unity3d.player.UnityPlayer$e.run (unavailable)
"UnityChoreographer" prio=5 tid=17 Native
| group="main" sCount=1 dsCount=0 obj=0x12d69e20 self=0xb9d15a40
| sysTid=29831 nice=-2 cgrp=default sched=0/0 handle=0x9eea1930
| state=S schedstat=( 23166704951 6635606457 51721 ) utm=1690 stm=626 core=2 HZ=100
| stack=0x9ed9f000-0x9eda1000 stackSize=1038KB
| held mutexes=
#00 pc 0000000000016a6c /system/lib/libc.so (syscall+28)
#1 pc 00000000000f60bb /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+82)
#2 pc 0000000000284619 /system/lib/libart.so (_ZN3art3JNI16CallObjectMethodEP7_JNIEnvP8_jobjectP10_jmethodIDz+624)
#3 pc 0000000000002bc3 /system/lib/libnativehelper.so (jniGetReferent+94)
#4 pc 000000000007735b /system/lib/libandroid_runtime.so (_ZN7android26NativeDisplayEventReceiver13dispatchVsyncExij+26)
#5 pc 000000000007757d /system/lib/libandroid_runtime.so (_ZN7android26NativeDisplayEventReceiver11handleEventEiiPv+80)
#6 pc 0000000000012f4f /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+530)
#7 pc 000000000001301f /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+130)
#8 pc 0000000000083415 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22)
#9 pc 0000000000000585 /system/framework/arm/boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+96)
at android.os.MessageQueue.nativePollOnce (Native method)
at android.os.MessageQueue.next (MessageQueue.java:323)
at android.os.Looper.loop (Looper.java:135)
at android.os.HandlerThread.run (HandlerThread.java:61)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
alsaif-ksa
Jan 08, 2023 02:04
alsaif-ksa.com
alsaif-ksa.com شركة السيف لنقل العفش والشحن الدولى
alsaif-ksa.com/2022/01/Sea-Freight-in-Saudi-Arabia.html افضل شركة شحن بحري فى السعودية
alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Riyadh-to-Emirates.html شركة شحن و نقل عفش من الرياض الي الامارات
alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Jeddah-to-Jordan.html شركة شحن و نقل عفش من جدة الي الاردن
alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Riyadh-to-Jordan.html شركة شحن و نقل عفش من الرياض الي الاردن
alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Jeddah-to-Emirates.html شركة شحن و نقل عفش من جدة الي الامارات
alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Saudi-Arabia-to-the-UAE.html شركة شحن و نقل عفش من السعودية الي الامارات
alsaif-ksa.com/2022/01/Shipping-and-Moving-From-Saudi-Arabia-to-Jordan.html شركة شحن و نقل عفش من السعودية الي الاردن
alsaif-ksa.com/2022/01/Shipping-moving-furniture-from-Saudi-Arabia-to-Oman.html شركة شحن و نقل عفش من السعودية الي سلطنة عمان
alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Saudi-Arabia-to-Tunisia.html شركة شحن و نقل عفش من السعودية الي تونس
alsaif-ksa.com/2022/01/Shipping-and-Moving-from-Saudi-Arabia-to-Algeria.html شركة شحن و نقل عفش من السعودية الي الجزائر
alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Saudi-Arabia-to-Morocco.html شركة شحن و نقل عفش من السعودية الي المغرب
alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Saudi-Arabia-to-Turkey.html شركة شحن ونقل عفش من السعودية الي تركيا
alsaif-ksa.com/2020/03/transfer-in-Jeddah-Al-Hamdaniya-Al-Samer-Abhor.html شركة نقل عفش بجدة ابحر السامر الحمدانية
alsaif-ksa.com/2001/02/moving-furniture-from-saudi-arabia-to-jordan.html شركة نقل عفش من جدة الي الاردن
alsaif-ksa.com/2014/04/moving-furniture-jeddah-to-jordan.html شركة نقل عفش من جدة الى الاردن
alsaif-ksa.com/2022/01/Moving-Furniture-in-Jizan.html شركة نقل عفش بجيزان
alsaif-ksa.com/2022/01/Moving-Furniture-in-Riyadh.html شركة نقل عفش بالرياض
alsaif-ksa.com/2022/01/Moving-Furniture-in-albaha.html شركة نقل عفش بالباحة
alsaif-ksa.com/2022/01/Moving-Furniture-in-Khamis-Mushait.html شركة نقل عفش بخميس مشيط
alsaif-ksa.com/2022/01/Moving-Furniture-in-Tabuk.html شركة نقل عفش بتبوك
alsaif-ksa.com/2022/01/Moving-Furniture-in-Jeddah.html شركة نقل عفش بجدة
alsaif-ksa.com/2022/01/Moving-Furniture-in-Qatif.html شركة نقل عفش بالقطيف
alsaif-ksa.com/2022/01/Moving-Furniture-in-Najran.html شركة نقل عفش بنجران
alsaif-ksa.com/2022/01/Moving-Furniture-in-Hafar-Al-Batin.html شركة نقل عفش بحفر الباطن
alsaif-ksa.com/2021/03/transfer-furniture-dammam.html شركة نقل عفش بالدمام
alsaif-ksa.com/2021/03/transfer-furniture-al-qassim.html شركة نقل عفش بالقصيم
alsaif-ksa.com/2020/10/jeddah-to-riyadh.html نقل عفش من جدة الي الرياض
alsaif-ksa.com/2020/10/mover-jeddah-to-riyadh.html نقل عفش من جدة الي الرياض
alsaif-ksa.com/2019/06/transfer-in-Jeddah.html شركة نقل عفش بجدة
alsaif-ksa.com/2000/02/transfer-furniture-mecca.html شركة نقل عفش بمكه
alsaif-ksa.com/2003/06/moving-furniture-in-al-taif.html شركة نقل عفش بالطائف
alsaif-ksa.com/2017/11/moving-furniture-from-jeddah-to-riyadh.html شركة نقل عفش من جدة الى الرياض
alsaif-ksa.com/2016/02/moving-furniture-from-jeddah-to-dammam.html شركة نقل عفش من جدة الى الدمام
alsaif-ksa.com/2015/07/moving-furniture-from-jeddah-to-alkhobar.html شركة نقل عفش من جدة الى الخبر
alsaif-ksa.com/2014/11/moving-furniture-from-jeddah-to-alkharag.html شركة نقل عفش من جدة الى الخرج
alsaif-ksa.com/2013/12/moving-furniture-from-jeddah-to-jizan.html شركة نقل عفش من جدة الى جيزان
alsaif-ksa.com/2012/01/moving-furniture-from-jeddah-to-najran.html شركة نقل عفش من جدة الى نجران
alsaif-ksa.com/2011/02/moving-furniture-from-jeddah-to-khamis-mushait.html شركة نقل عفش من جدة الى أبها خميس مشيط
alsaif-ksa.com/2010/09/moving-furniture-from-jeddah-to-hafr-al-batin.html شركة نقل عفش من جدة الى حفر الباطن
alsaif-ksa.com/2008/02/moving-furniture-from-jeddah-to-al-jubail.html شركة نقل عفش من جدة الى الجبيل
alsaif-ksa.com/2007/03/moving-furniture-from-jeddah-to-tabuk.html شركة نقل عفش من جدة الى تبوك
alsaif-ksa.com/2006/06/moving-furniture-from-jeddah-to-taif.html شركة نقل عفش من جدة الى الطائف
alsaif-ksa.com/2005/01/moving-furniture-from-jeddah-yanbu.html شركة نقل عفش من جدة الى ينبع
alsaif-ksa.com/2004/08/moving-furniture-from-jeddah-to-medina.html شركة نقل عفش من جدة الى المدينة المنورة
alsaqqr.blogspot.com الصقر السريع
alsaqqr.blogspot.com/2020/04/jeddah-to-jordan.html شركة شحن عفش من جدة الى الاردن
alsaqqr.blogspot.com/2020/04/jeddah-to-emirates.html شركة شحن عفش من جدة الى الامارات
alsaqqr.blogspot.com/2020/04/riyadh-to-jordan.html شركة شحن عفش من الرياض الى الاردن
alsaqqr.blogspot.com/2020/04/riyadh-to-emirates.html شركة شحن عفش من الرياض الى الامارات
alsaqqr.blogspot.com/2020/04/jeddah-to-kuwait.html شركة شحن عفش من جدة الى الكويت
alsaqqr.blogspot.com/2020/04/riyadh-to-kuwait.html شركة شحن عفش من الرياض الى الكويت
alsaqqr.blogspot.com/2020/04/jeddah-to-bahrain.html شركة شحن عفش من جدة الى البحرين
alsaqqr.blogspot.com/2020/04/riyadh-to-bahrain.html شركة شحن عفش من الرياض الى البحرين
alsaqqr.blogspot.com/2020/04/jeddah-to-turkey.html شركة شحن عفش من جدة الى تركيا
alsaqqr.blogspot.com/2020/04/riyadh-to-turkey.html شركة شحن عفش من الرياض الى تركيا
alsaqqr.blogspot.com/2020/04/jeddah-to-lebnan.html شركة شحن عفش من جدة الى لبنان
alsaqqr.blogspot.com/2020/04/riyadh-to-lebnan.html شركة شحن عفش من الرياض الى لبنان
alsaqqr.blogspot.com/2020/04/jeddah-to-morocco.html شركة شحن عفش من جدة الى المغرب
alsaqqr.blogspot.com/2020/04/riyadh-to-morocco.html شركة شحن عفش من الرياض الى المغرب
alsaqqr.blogspot.com/2020/04/jeddah-to-algeria.html شركة شحن عفش من جدة الى الجزائر
alsaqqr.blogspot.com/2020/04/riyadh-to-algeria.html شركة شحن عفش من الرياض الى الجزائر
alsaqqr.blogspot.com/2020/04/jeddah-to-tunisia.html شركة شحن عفش من جدة الى تونس
alsaqqr.blogspot.com/2020/04/riyadh-to-tunisia.html شركة شحن عفش من الرياض الى تونس
alsaqqr.blogspot.com/2020/04/jeddah-to-oman.html شركة شحن عفش من جدة الى سلطنة عمان
alsaqqr.blogspot.com/2020/04/riyadh-to-oman.html شحن عفش من الرياض الى سلطنة عمان
alsaqqr.blogspot.com/2020/04/jeddah-to-qatar.html شركة شحن عفش من جدة الى قطر
alsaqqr.blogspot.com/2020/04/riyadh-to-qatar.html شركة شحن عفش من الرياض الى قطر
alsaqqr.blogspot.com/2020/04/jeddah-to-iraq.html شركة شحن عفش من جدة الى العراق
alsaqqr.blogspot.com/2020/04/riyadh-to-iraq.html شركة شحن عفش من الرياض الى العراق
alsaqqr.blogspot.com/2020/04/jeddah-to-syria.html شركة شحن عفش من جدة الى سوريا
alsaqqr.blogspot.com/2020/04/riyadh-to-syria.html شركة شحن عفش من الرياض الى سوريا
alsaqqr.blogspot.com/2020/04/jeddah-to-yemen.html شركة شحن عفش من جدة الى اليمن
alsaqqr.blogspot.com/2020/04/riyadho-to-yemen.html شركة شحن عفش من الرياض الى اليمن
alsaqqr.blogspot.com/2020/04/jeddah-to-egypt.html شركة شحن عفش من جدة الى مصر
alsaqqr.blogspot.com/2020/04/riyadh-to-egypt.html شركة شحن عفش من الرياض الى مصر
north-corner.blogspot.com الخليج للشحن الدولى
north-corner.blogspot.com/2020/05/sa-international-shipping-jordan-from-jeddah.html شركة نقل عفش من جدة الى الاردن
north-corner.blogspot.com/2020/05/sa-international-shipping-Emirates-from-jeddah.html شركة نقل عفش من جدة الى الامارات
north-corner.blogspot.com/2020/05/sa-international-shipping-jordan-from-riyadh.html شركة نقل عفش من الرياض الى الاردن
north-corner.blogspot.com/2020/05/sa-international-shipping-Emirates-from-riyadh.html شركة نقل عفش من الرياض الى الامارات
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Emirates-Dubai-AbuDhabi-Sharjah.html شركة نقل و شحن أثاث من السعودية الى الإمارات
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Jordan.html شركة نقل و شحن أثاث من السعودية الى الاردن
north-corner.blogspot.com/2020/03/shipping-from-jeddah-to-jordan-amman.html شركة نقل عفش من جدة الى الاردن
north-corner.blogspot.com/2020/03/shipping-from-jeddah-to-emirates-dubai.html شركة نقل عفش من جدة الى الامارات
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Kuwait.html شركة شحن أثاث من السعودية الى الكويت
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Bahrain-Manama.html شركة شحن أثاث من السعودية الى البحرين
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Morocco-Marrakesh-Casablanca.html شركة شحن من السعودية الى المغرب
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Turkey-Istanbul-Ankara.html شركة شحن من السعودية الى تركيا
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Lebnan-Beirut.html شركة شحن أثاث من السعودية الى لبنان
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Qatar-Doha.html شركة شحن أثاث من السعودية الى قطر
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Oman-Muscat.html شحن أثاث من السعودية الى سلطنة عمان
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Algeria-Wahran.html شركة شحن أثاث من السعودية الى الجزائر
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Tunisia-Sfax.html شركة شحن أثاث من السعودية الى تونس
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Yemen-sanaa.html شركة شحن أثاث من السعودية الى اليمن
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Iraq-Baghdad.html شركة شحن أثاث من السعودية الى العراق
north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Syria-Damascus.html شركة شحن أثاث من السعودية الى سوريا
alshimaa.com مكتب الشيماء للشحن
alshimaa.com/2019/12/Shipping-from-Saudi-Arabia-to-Egypt.html شركة شحن من السعودية الى مصر
alshimaa.com/2019/12/Shipping-from-Riyadh-to-Egypt.html شركة شحن من الرياض الى مصر
alshimaa.com/2019/12/Shipping-from-Khobar-to-Egypt.html شركة شحن من الخبر الى مصر
alshimaa.com/2019/12/Shipping-from-Al-Kharj-to-Egypt.html شركة شحن من الخرج الى مصر
alshimaa.com/2019/12/Shipping-from-Al-Quwayiyah-to-Egypt.html شركة شحن من القويعية الى مصر
alshimaa.com/2019/12/Shipping-from-Al-Muzahmiyah-to-Egypt.html شركة شحن من المزاحمية الى مصر
alshimaa.com/2020/01/Shipping-from-Al-Majmah-to-Egypt.html شركة شحن من المجمعة الى مصر
alshimaa.com/2020/01/Shipping-from-Al-Aflaj-to-Egypt.html شركة شحن من الافلاج الى مصر
alshimaa.com/2020/01/Shipping-from-Aldawmy-to-Egypt.html شركة شحن من الدوادمى الى مصر
alshimaa.com/2019/12/Saudi-Arabia-to-Egypt.html شحن من السعودية لمصر
alshimaa.com/2020/02/Shipping-from-Dammam-to-Egypt.html شركة شحن من الدمام لمصر
shubhamswaraj2021
Aug 18, 2020 04:53
good one <a href="https://www.lyricsauto.com">lyricsauto</a>
thanos17997
Apr 23, 2019 06:53
Have to looking the online site here and access http://fileexplorerwindows.com the all function of windows explorer windows 10 in computer here thanks.