APK deployed on device crashes with black screen

I don’t believe to be failing on “Assertion Failed”, however I have filtered my LogCat for debug messages.

It’s a lot shorter than the previous! (Thanks for the filters tip, never used logcat before or Device Monitor, it’s a new area for me!)

ADB LogCat DEBUG Filter Logcat Filter - DEBUG - Pastebin.com

ADB LogCat Package name only filter logcat package name only filter - Pastebin.com

10-31 10:10:23.828: I/DEBUG(1518): pid: 3514, tid: 3615, pkg name: com.derpstudios.HollyblueHolistics
10-31 10:10:23.828: I/DEBUG(1518): pid: 3514, tid: 3615, name: main  >>> com.derpstudios.HollyblueHolistics <<<
10-31 10:10:23.948: I/DEBUG(1518):     #05  pc 01b42403  /data/app-lib/com.derpstudios.HollyblueHolistics-1/libUE4.so (UEnumProperty::SerializeItem(FArchive&, void*, void const*) const+215)
10-31 10:10:23.948: I/DEBUG(1518):     #09  pc 01b42403  /data/app-lib/com.derpstudios.HollyblueHolistics-1/libUE4.so (UEnumProperty::SerializeItem(FArchive&, void*, void const*) const+215)
10-31 10:10:23.948: I/DEBUG(1518):          89606b90  05b43980  /data/app-lib/com.derpstudios.HollyblueHolistics-1/libUE4.so (UEnumProperty::ConvertFromType(FPropertyTag const&, FArchive&, unsigned char*, UStruct*, bool&)+44)
10-31 10:10:23.948: I/DEBUG(1518):          89606bc0  0598b280  /data/app-lib/com.derpstudios.HollyblueHolistics-1/libUE4.so (TTextData<FTextHistory_Base>::GetTextHistory() const)

The above code block is with me searching for package name with the debug tag