All Projects → jashking → UE4Bugly

jashking / UE4Bugly

Licence: MIT license
腾讯Bugly虚幻4插件,支持崩溃上报,log上报等功能

Programming Languages

C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language
C#
18002 projects
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to UE4Bugly

Climbing Movement Component
Climbing Movement Component for Unreal Engine.
Stars: ✭ 181 (+201.67%)
Mutual labels:  ue4
Flopnite Ue4
A remake of the popular battle royale game, Fortnite, made in Unreal Engine 4 and integrated with Amazon GameLift
Stars: ✭ 250 (+316.67%)
Mutual labels:  ue4
Nano
A tiny template for tiny Unreal games.
Stars: ✭ 117 (+95%)
Mutual labels:  ue4
Rts Community Project
Lets build an RTS Game with Unreal Engine 4!
Stars: ✭ 183 (+205%)
Mutual labels:  ue4
Unreal Finder Tool
Useful tool to help you fetch and dump Unreal Engine 4 Games information.
Stars: ✭ 237 (+295%)
Mutual labels:  ue4
BMeshUnreal
Based on BMesh for Unity (https://github.com/eliemichel/BMeshUnity). It provides a half-edge data structure inspired by Blender's BMesh, which makes many mesh manipulation operations simpler. Especially useful when using mesh data for logical instead of visual purposes (e.g. irregular grids)
Stars: ✭ 45 (-25%)
Mutual labels:  ue4
Ue4 Style Guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,656 (+4326.67%)
Mutual labels:  ue4
Unreal-Binary-Builder
An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
Stars: ✭ 554 (+823.33%)
Mutual labels:  ue4
Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+310%)
Mutual labels:  ue4
LivePP
A UE4 plugin wrapper for Molecular Matter's Live++ Hot-Reloading Library
Stars: ✭ 105 (+75%)
Mutual labels:  ue4
X3daudio1 7 hrtf
HRTF for Arma 3, Skyrim, and other titles that use XAudio2 + X3DAudio
Stars: ✭ 192 (+220%)
Mutual labels:  ue4
Unreal Polygonal Map Gen
An Unreal Engine 4 implementation of the Polygonal Map Generator for generating islands found at http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
Stars: ✭ 229 (+281.67%)
Mutual labels:  ue4
DiscordGameSDK
Unofficial Unreal Engine 4 plugin for the Discord Game SDK
Stars: ✭ 20 (-66.67%)
Mutual labels:  ue4
Ue4minimal
My Minimal Dark Theme for Unreal Engine 4
Stars: ✭ 180 (+200%)
Mutual labels:  ue4
PsData
Flexible data model plugin for Unreal Engine 4
Stars: ✭ 34 (-43.33%)
Mutual labels:  ue4
Epicsurvivalgameseries
Third-person Survival Game for Unreal Engine 4 (Sample Project)
Stars: ✭ 2,389 (+3881.67%)
Mutual labels:  ue4
ue4-uitween
Unreal 4 UMG UI tweening plugin in C++
Stars: ✭ 178 (+196.67%)
Mutual labels:  ue4
luban
你的最佳游戏配置解决方案 {excel, csv, xls, xlsx, json, bson, xml, yaml, lua, unity scriptableobject} => {json, bson, xml, lua, yaml, protobuf(pb), msgpack, flatbuffers, erlang, custom template} data + {c++, java, c#, go(golang), lua, javascript(js), typescript(ts), erlang, rust, gdscript, protobuf schema, flatbuffers schema, custom template} code。
Stars: ✭ 1,660 (+2666.67%)
Mutual labels:  ue4
WakaTimeForUE4
As all the other versions of Wakatime plugins for Unreal Engine lead to blank repos, I decided to make a plugin that actually has some code in it.
Stars: ✭ 26 (-56.67%)
Mutual labels:  ue4
pinball-construction-kit
A pinball simulator based on Unreal Engine 4
Stars: ✭ 105 (+75%)
Mutual labels:  ue4

Tencent Bugly For UE4

腾讯Bugly虚幻4插件

平台:

  • Android 测试通过
  • iOS 测试通过

如何使用

编译插件

Plugins\Bugly 文件夹复制到自己工程的 Plugins 目录下,重新生成项目并编译

配置Bugly

首先去 Bugly官网,注册两个产品,一个 Android,一个 iOS

打开工程 Edit/Project Settings/Plugins/Bugly 菜单,分别将注册的两个产品的 App ID App Key 填到对应的输入框中

打包测试

打包工程,在手机上运行游戏,可以参考 Demo 里,有三个崩溃测试菜单按钮,可以测试崩溃,目前 ANR 类型的异常收集不到,不知道为什么

Android 测试接口

  • Java Crash
  • Native Crash

iOS 测试接口

  • Native Crash

Bugly后台

产生异常后就可以在后台页面查看,如图

  • 崩溃列表

崩溃列表

  • 自定义数据

自定义数据

  • 自定义Log

自定义Log

  • iOS 崩溃堆栈

自定义Log

更新Bugly SDK

目前使用的版本

  • Android NDK: 3.9.0
  • Android SDK: 3.3.9
  • iOS SDK: 2.5.9

更新 Android SDK

更新 NDK

到官网下载 Android NDK 包并解压,将 libs 目录中的内容覆盖到 Plugins\Bugly\Source\BuglySDK\Android\libs

更新 SDK

到官网下载 Android SDK 包并解压,将 bugly_crash_release.jar 复制到 Plugins\Bugly\Source\BuglySDK\Android\libs

更新 iOS SDK

到官网下载 iOS SDK 包并解压,将 Bugly.framework 文件夹覆盖到 UE4Bugly\Plugins\Bugly\Source\BuglySDK\iOS\Bugly.embeddedframework

UE4Bugly\Plugins\Bugly\Source\BuglySDK\iOS\Bugly.embeddedframework 文件夹压缩为zip,覆盖 UE4Bugly\Plugins\Bugly\Source\BuglySDK\iOS\Bugly.embeddedframework.zip

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].