Skip to content

Commit

Permalink
Add more stacktrace logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JAicewizard committed Aug 17, 2024
1 parent 814551e commit 341f98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 187 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
run: |
ls /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64
which flutter
sed -i.bak 's/_lastEffectiveTransform = transform;/_lastEffectiveTransform = transform;print(transform);print(offset);print(_lastEffectiveTransform!.storage.every((double value) => value.isFinite));print(offset != Offset.zero);/' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart
sed -i.bak 's/_lastEffectiveTransform = transform;/_lastEffectiveTransform = transform;debugPrintStack(label: 'frame');print(transform);print(offset);print(_lastEffectiveTransform!.storage.every((double value) => value.isFinite));print(offset != Offset.zero);/' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart
sed -i.bak 's/ if (value == _transform) {/debugPrintStack(label: 'set transform'); if (value == _transform) {/' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart
- name: Run integration tests
run: |
flutter drive --driver=test_driver/integration_test.dart --target=integration_test/main.dart
186 changes: 0 additions & 186 deletions integration_test/album_screen_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -229,191 +229,5 @@ void testAlbum(IntegrationTestWidgetsFlutterBinding binding) {
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
});
}

0 comments on commit 341f98a

Please sign in to comment.