Skip to content

Здравствуйте. Подскажите пожалуйста, в режиме дебаг всё работает прекрасно, как только выпускаю apk, вылетает при попытке открыть страницу. #92

Description

@YulkaPROger

my code:
Widget buildSingleMessage(int index) {
print("Создается виджет номер №$index");
return GestureDetector(
child: Container(
width: width / itemColumn,
height: width / itemColumn * .6,
padding: EdgeInsets.all(5),
margin: EdgeInsets.all(5),
color: kPrimaryColor,

    child: VlcPlayer(
      aspectRatio: 16 / 9,
      url: model.videoRef[index]["RefMinVideo"],
      controller: _videoViewController0,
      placeholder: Center(child: CircularProgressIndicator()),
      options: [
        '--quiet',
        '--no-drop-late-frames',
        '--no-skip-frames',
        '--rtsp-tcp'
      ],
      hwAcc: HwAcc.DISABLED,
    ),
    //Text(model.videoRef[index]["References"]),
  ),
  onTap: () {
    //_videoViewController0.stop();
    print("переход а полноэкранный режим");
    Navigator.push(
        context,
        MaterialPageRoute(
          builder: (context) => FullScreenVideo(
            text: model.videoRef[index]["References"],
          ),
        ));
  },
);

}

debug console:

D/Dialog (25440): mIsSamsungBasicInteraction = false
D/Dialog (25440): mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
D/PhoneWindow(25440): 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(25440): updateCaptionType >> DecorView@a5a328f[], isFloating: false, isApplication: false, hasWindowDecorCaption: false, hasWindowControllerCallback: false
D/MultiWindowDecorSupport(25440): setCaptionType = 0, DecorView = DecorView@a5a328f[]
W/Gralloc3(25440): allocator 3.x is not supported
D/ViewRootImpl@aece2a1MainActivity: setView = com.android.internal.policy.DecorView@a5a328f TM=true MM=false
D/Dialog (25440): mIsSamsungBasicInteraction = false
D/Dialog (25440): mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
D/PhoneWindow(25440): 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(25440): updateCaptionType >> DecorView@8e84223[], isFloating: false, isApplication: false, hasWindowDecorCaption: false, hasWindowControllerCallback: false
D/MultiWindowDecorSupport(25440): setCaptionType = 0, DecorView = DecorView@8e84223[]
D/ViewRootImpl@9955595MainActivity: setView = com.android.internal.policy.DecorView@8e84223 TM=true MM=false
V/InputMethodManager(25440): Not IME target window, ignoring
D/ViewRootImpl@aece2a1MainActivity: Relayout returned: old=(0,0,1028,1028) new=(0,0,1028,1028) req=(1028,1028)0 dur=18 res=0x7 s={true 480158216192} ch=true
D/OpenGLRenderer(25440): createReliableSurface : 0x702d21af40, 0x6fcba8f000
D/mali_winsys(25440): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
E/DecorView(25440): mWindow.mActivityCurrentConfig is null
V/InputMethodManager(25440): Not IME target window, ignoring
D/ViewRootImpl@9955595MainActivity: Relayout returned: old=(0,0,1028,1028) new=(0,0,1028,1028) req=(1028,1028)0 dur=14 res=0x7 s={true 479440457728} ch=true
D/OpenGLRenderer(25440): createReliableSurface : 0x6f99cd57c0, 0x6fa0e0d000
D/mali_winsys(25440): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
E/DecorView(25440): mWindow.mActivityCurrentConfig is null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions